Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refcache updates 2024-01-19 #3823

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^https://opentelemetry.io/ecosystem/registry/index.json
# TODO: drop after fix to https://github.com/open-telemetry/semantic-conventions/pull/645 lands in this repo
- ^http://docs.couchdb.org/en/stable/api/document/common.html#get--db-docid
# TODO drop after fix to https://github.com/open-telemetry/opentelemetry.io/issues/3818
- ^https://oncallmemaybe.com
# TODO drop after https://github.com/open-telemetry/opentelemetry-specification/pull/3834 is merged
- ^https://wikipedia\.org/wiki/Monotonic_function
2 changes: 1 addition & 1 deletion content/en/blog/2022/frontend-overhaul/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ and create a span based on it, including the context propagation. The
[implementation can be found here](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/frontend/utils/telemetry/InstrumentationMiddleware.ts).

The front-end was a little trickier, as the
[initial rendering is server-side](https://nextjs.org/learn/foundations/how-nextjs-works/rendering).
[initial rendering is server-side](https://nextjs.org/docs/app/building-your-application/rendering#fundamentals).
We had to make sure to load the tracer from the browser side when the JavaScript
code is executed.

Expand Down
3 changes: 2 additions & 1 deletion content/en/blog/2022/otel-demo-app-nomad/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Before we move on, I am assuming that you have a basic understanding of:

In order to run the example in this tutorial, you’ll need the following:

- [Docker](https://docker.com) (version 20.10.21 at the time of this writing)
- [Docker](https://www.docker.com) (version 20.10.21 at the time of this
writing)
- [Vagrant](https://vagrantup.com) (version 2.3.1 at the time of this writing)

### Tutorial Repositories
Expand Down
Loading