Files
firezone/rust/relay/src
Thomas Eizinger 896fe49f1f fix(relay): set better OTEL metadata (#6322)
Previously, the `service.name` attribute got overridden with "unknown
service" from the detector used in `Resource::default`. To avoid this,
we are now manually composing the two other detectors.

This gives us a useful set of default labels from within the code yet it
allows overriding all of them using `OTEL_RESOURCE_ATTRIBUTES`.
2024-08-16 23:17:10 +00:00
..