Skip to content

Commit bd7b651

Browse files
authored
Merge pull request mendix#8816 from CodingFabian/patch-1
Added link for collector configuration
2 parents 4b10fcf + a35f963 commit bd7b651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/runtime/tracing-in-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This will enable tracing. The traces will be sent to http://localhost:4317.
3636

3737
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.
3838

39-
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.
39+
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.
4040

4141
### All settings
4242

0 commit comments

Comments
 (0)