Skip to content

Commit

Permalink
Refcache updates 2024-01-19 (#3823)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jan 19, 2024
1 parent 0e82a21 commit ce02806
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 933 deletions.
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

0 comments on commit ce02806

Please sign in to comment.