Closed
Description
Component(s)
connector/spanmetrics
Is your feature request related to a problem? Please describe.
span metrics connector today establishes metric names as calls_total
and duration
which lacks proper namespacing
Describe the solution you'd like
similar to service graph connector if we could do:
traces_spanmetrics_.*
for the metric names it would ensure consistency across all connectors
Describe alternatives you've considered
No response
Additional context
This would also help use the grafana service graph view when using the open telemetry collector directly.