-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Connector/Servicegraph] Servicegraph Connector are not giving correct metrics of spans #34170
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
any update on the issue? |
Can you provide more information on why metrics are incorrect? A test or test data that reproduces the behaviour would be very helpful |
@mapno If we consider traces_service_graph_request_total metrics or traces_service_graph_request_failed_total metrics, these should be counter, but it is seen fluctuating up and down. |
Component(s)
connector/servicegraph
What happened?
Description
I am using
servicegraph
connector to generate service graph and metrics from span. the metrics are emitted by the connector are fluctuating up and down.We are using service graphs connector to build service graph. We have deployed a layer of Collectors containing the load-balancing exporter in front of traces Collectors doing the span metrics and service graph connector processing. The load-balancing exporter is used to hash the trace ID consistently and determine which collector backend should receive spans for that trace.
the service graph exporting the metrics to Grafana mimir with
prometheusremotewrite
exporter.Steps to Reproduce
Expected Result
The metrics are emitted by the connector should be correct
Actual Result
Collector version
0.104.0
Environment information
No response
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: