servicegraph: not generating any metrics and all edges are expiring #27673
Unanswered
vmihailenco
asked this question in
Q&A
Replies: 1 comment
-
It seems this particular version of otel collector i.e v0.87 has some issues with generating service graphs. Try with v0.100.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could anyone share a
servicegraph
connector config that prints some metrics to stdout?I can't seem to make servicegraph v0.87 to generate any metrics (such as
traces_service_graph_*
) with the following config:I see that spans are coming in
traces
pipeline but no logs fromservicegraph
:And I have
otelcol_processor_servicegraph_total_edges
andotelcol_processor_servicegraph_expired_edges
metrics that show me that Collector can't find any matching edges:Beta Was this translation helpful? Give feedback.
All reactions