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

Adjust blog to use local link path to homepage and demo #2522

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
8 changes: 4 additions & 4 deletions content/en/blog/2022/otel-demo-app-nomad/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: >-

Y’all… I’m so excited, because I finally got to work on an item on my tech
bucket list. Last week, I began the process of translating
[OpenTelemetry (OTel) Demo App](https://github.com/open-telemetry/opentelemetry-demo)’s
[OpenTelemetry Demo App](/docs/demo/)’s
[Helm Charts](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-demo)
to [HashiCorp](https://hashicorp.com) [Nomad][] job specs. Today I’ll be talking
about how to run the OpenTelemetry Demo App on Nomad, using my favorite
Expand All @@ -28,9 +28,9 @@ Before we move on, I am assuming that you have a basic understanding of:
[Nomad intro post](https://storiesfromtheherd.com/just-in-time-nomad-80f57cd403ca).
[This blog post](https://danielabaron.me/blog/nomad-tips-and-tricks/) by
[Daniela Baron](https://danielabaron.me) is also great.
- **Observability (o11y) and [OpenTelemetry](https://opentelemetry.io) (OTel)**.
If not, check out this
[Observability primer](/docs/concepts/observability-primer/)
- **[Observability](/docs/concepts/observability-primer/#what-is-observability)**
(o11y) and **[OpenTelemetry](/docs/concepts/what-is-opentelemetry/)** (OTel).
If not, see [Observability primer](/docs/concepts/observability-primer/).

### Pre-Requisites

Expand Down
4 changes: 0 additions & 4 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,10 +3015,6 @@
"StatusCode": 200,
"LastSeen": "2023-02-16T17:43:01.177325-05:00"
},
"https://opentelemetry.io": {
"StatusCode": 206,
"LastSeen": "2023-02-16T17:43:21.964687-05:00"
},
"https://opentracing.io": {
"StatusCode": 206,
"LastSeen": "2023-02-16T17:44:53.820176-05:00"
Expand Down