bug(sinks): ARC metrics are not registered with the component tags #17763
Labels
domain: ARC
Anything related to adaptive request concurrency
domain: observability
Anything related to monitoring/observing Vector
domain: sinks
Anything related to the Vector's sinks
type: bug
A code related bug.
Currently, ARC metrics are not registered with the necessary component tags.
This occurs due to the fact that when ARC metrics are registered -- generally within the
SinkConfig::build
call -- the topology builder has not yet created a sink-specific tracing span, and is not executing the build call within it. This is necessary for the metrics to be registered with those component fields present so that they can be attached to the metrics.The text was updated successfully, but these errors were encountered: