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:
parent
061ad3d7ba
commit
da08916e2a
@ -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`.
|
||||
|
||||
#### `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`
|
||||
|
||||
URL of the OLTP server to send the traces to. OpenTelemetry instrumentation is disabled if this variable is not set. No default (empty value).
|
||||
|
Loading…
x
Reference in New Issue
Block a user