1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Added documentation for additional OTEL service name customization (#1534)

This commit is contained in:
Tim Campbell 2024-09-23 11:13:44 +02:00 committed by GitHub
parent 061ad3d7ba
commit da08916e2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -680,6 +680,11 @@ Mastodon supports exporting tracing data using the OpenTelemetry protocol. The i
Prefix for the OTEL service names. The services names will be `$prefix/web` and `$prefix/sidekiq`. Defaults to `mastodon`. Prefix for the OTEL service names. The services names will be `$prefix/web` and `$prefix/sidekiq`. Defaults to `mastodon`.
#### `OTEL_SERVICE_NAME_SEPARATOR`
What character to use in service names when differentiating between different services. Defaults to `/` (i.e. `mastodon/web`).
#### `OTEL_EXPORTER_OTLP_ENDPOINT` #### `OTEL_EXPORTER_OTLP_ENDPOINT`
URL of the OLTP server to send the traces to. OpenTelemetry instrumentation is disabled if this variable is not set. No default (empty value). URL of the OLTP server to send the traces to. OpenTelemetry instrumentation is disabled if this variable is not set. No default (empty value).