Skip to content

trace: allow configurable trace URL template

Created by: bobheadxi

Adds "observability.tracing": { "urlTemplate": "..." } for configuring where generated trace links point to. Preserves back-compat with existing behaviour if configured. Part of DevX work to migrate to OpenTelemetry with more flexible backend options.

Test plan

Invalid config:

image

Pointing to honeycomb:

image

image

Merge request reports

Loading