Skip to content

Commit

Permalink
Merge pull request #8816 from CodingFabian/patch-1
Browse files Browse the repository at this point in the history
Added link for collector configuration
  • Loading branch information
MarkvanMents authored Jan 6, 2025
2 parents 4b10fcf + a35f963 commit bd7b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/refguide/runtime/tracing-in-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This will enable tracing. The traces will be sent to http://localhost:4317.

To test you can use [Jaeger](https://www.jaegertracing.io/), for example the all-in-one binary or docker image. Jaeger will listen to the above endpoint by default.

Alternatively you can set up the [OpenTelemetry collector](https://opentelemetry.io/docs/collector/), which will also listen to the default endpoint and can be configured to send to backends such as Datadog.
Alternatively you can set up the [OpenTelemetry collector](https://opentelemetry.io/docs/collector/), which will also listen to the default endpoint and can be configured to send to backends which support OpenTelemetry. Check with your APM vendor to confirm that OpenTelemetry is supported. The free online collector configuration tool [OTelBin](https://github.com/dash0hq/otelbin) can help with collector configuration.

### All settings

Expand Down

0 comments on commit bd7b651

Please sign in to comment.