Skip to content

Commit

Permalink
Added documentation for additional OTEL service name customization (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
timetinytim authored Sep 23, 2024
1 parent 061ad3d commit da08916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/en/admin/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit da08916

Please sign in to comment.