Skip to content

Commit 7fcced5

Browse files
authored
Remove links to localhost in tracing guide (#5752)
This commit fixes references to a local development server on the https://grafana.com/docs/tempo/latest/set-up-for-tracing/ documentation page.
1 parent bb678d3 commit 7fcced5

File tree

1 file changed

+2
-2
lines changed
  • docs/sources/tempo/set-up-for-tracing

1 file changed

+2
-2
lines changed

docs/sources/tempo/set-up-for-tracing/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To set up for tracing, you need to:
4343
Check out the [examples](ref:examples) for ideas on how to get started.
4444
1. Deploy Tempo using the [Set up Tempo documentation](ref:setup).
4545
Tempo offers different deployment modes. Refer to the [Deployment documentation](ref:deploy) section for more information.
46-
1. Instrument your application or service to emit traces. Use the [Set up instrumentation](http://localhost:3002/docs/tempo/<TEMPO_VERSION>/set-up-for-tracing/instrument-send/set-up-instrumentation/) documentation.
46+
1. Instrument your application or service to emit traces. Use the [Set up instrumentation](https://grafana.com/docs/tempo/<TEMPO_VERSION>/set-up-for-tracing/instrument-send/set-up-instrumentation/) documentation.
4747
1. Set up a collector, like Grafana Alloy or the OpenTelemetry Collector, to offload traces from your application and forward them to Tempo. Refer to the [Set up a collector](./instrument-send/set-up-collector/) documentation.
4848

4949
## Requirements for tracing
@@ -76,7 +76,7 @@ Client instrumentation is the process of adding instrumentation points in the ap
7676
create and offload spans.
7777

7878
{{< admonition type="note" >}}
79-
To learn more about instrumentation, refer to the [Set up instrumentation](http://localhost:3002/docs/tempo/<TEMPO_VERSION>/set-up-for-tracing/instrument-send/set-up-instrumentation/) documentation to learn how to instrument your favorite language for distributed tracing.
79+
To learn more about instrumentation, refer to the [Set up instrumentation](https://grafana.com/docs/tempo/<TEMPO_VERSION>/set-up-for-tracing/instrument-send/set-up-instrumentation/) documentation to learn how to instrument your favorite language for distributed tracing.
8080
{{< /admonition >}}
8181

8282
### Pipeline (Grafana Alloy)

0 commit comments

Comments
 (0)