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

Update 404 broken links in Docs #3955

Merged
merged 3 commits into from
Aug 9, 2024
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
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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we reference the line that configures the token or the whole file?

https://github.com/kubeshop/tracetest/blob/main/.github/workflows/synthetic-monitoring-production.yml#L24

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
Loading