-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Milestone
Description
Add new properties to the telemetry section of the Glide config to allow to setup OTEL:
Tracing
This is typically about being able to setup propagators and exporters. We should support OTEL & B3 trace content propagation protocols.
Metrics
We should have metric level config that would allow to disable metrics or enable them.
Resource attributes
It should be possible to override Glide resource attributes:
Glide should fill the required fields like service name, version, instanceID automatically if they are not overriden via the config.
Use OTEL Collector as a source of inspiration.