Skip to content

Commit

Permalink
Update 404 broken links in Docs (#3955)
Browse files Browse the repository at this point in the history
* Update broken links in docs

* Update testing-kafka-go-api-with-opentelemetry-tracetest.mdx

* Update running-tracetest-with-grafana-cloud-tempo-pokeshop.mdx
  • Loading branch information
yllek authored Aug 9, 2024
1 parent f6a29e6 commit 0c88068
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/concepts/environment-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Create a new token by clicking on the `Create a new token` button, choosing a na
tracetest configure --token {ADD_YOUR_TOKEN_HERE}
```

One example of this usage can be seen [here](https://github.com/kubeshop/tracetest/blob/main/.github/workflows/scheduled-jobs.yml#L23).
One example of this usage can be seen [here](https://github.com/kubeshop/tracetest/blob/main/.github/workflows/synthetic-monitoring-production.yml).
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ tracetest apply datastore -f ./tracetest-tracing-backend.yaml

## Run the Pokeshop Demo App, OpenTelemetry Collector, and Tracetest Agent with Docker Compose

The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yaml) in the root directory contains the Pokeshop Demo app services.
The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yml) in the root directory contains the Pokeshop Demo app services.

The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yaml) also contains the Tracetest Agent and OpenTelemetry Collector.
The [`docker-compose.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/tracetest-grafana-cloud-tempo-pokeshop/docker-compose.yml) also contains the Tracetest Agent and OpenTelemetry Collector.

To start it, run this command:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ docker compose up -d

This example is configured to use the Jaeger Tracing Backend. Ensure the environment you're using is configured to use the Jaeger Tracing Backend by clicking on Settings, Tracing Backend, Jaeger, `endpoint: jaeger:16685`, Save.

Or, use [the CLI](/cli/cli-installation-reference) and [the `tracetest-tracing-backend.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/quick-start-go-and-kafka/tracetest/tracing-backend.yaml) sets the tracing backend to Jaeger, and tells Tracetest Agent to poll for traces from Jaeger.
Or, use [the CLI](/cli/cli-installation-reference) and [the `tracetest-tracing-backend.yaml` file](https://github.com/kubeshop/tracetest/blob/main/examples/quick-start-go-and-kafka/tracetest/tracetest-tracing-backend.yaml) sets the tracing backend to Jaeger, and tells Tracetest Agent to poll for traces from Jaeger.

```yaml title="./tracetest/tracetest-tracing-backend.yaml"
---
Expand Down

0 comments on commit 0c88068

Please sign in to comment.