mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
fd0821c1b3
Adding a resource map to the distributed_tracing config. Entries in this map will be passed through to the OpenTelemetry SDK where they will be added as resource attributes. The available resource attributes are service.namespace, service.version and service.instance.id. see https://opentelemetry.io/docs/specs/semconv/resource/ Fixes: #6492 Signed-off-by: Brett McBride <brett@deakin.edu.au>