-
Notifications
You must be signed in to change notification settings - Fork 526
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
enable_virtual_node_label config not work #4352
Comments
For the virtual node label to be populated a few other things have to be true. You can see the code here that is checking additional details on the spans: tempo/modules/generator/processor/servicegraphs/servicegraphs.go Lines 397 to 420 in f00ed6a
And we have some docs that describe these details as well: https://grafana.com/docs/tempo/latest/metrics-generator/service_graphs/#virtual-nodes |
Describe the bug
I set
enable_virtual_node_label: true
in the service graph config, but the metrics still don't havevirtual_node
labelTo Reproduce
enable_virtual_node_label: true
in the service graph configtraces_service_graph_request_total{connection_type="virtual_node"}
Expected behavior
The metrics should have
virtual_node
label as the doc (https://grafana.com/docs/tempo/latest/metrics-generator/service_graphs/#activate-enable_virtual_node_label) saidEnvironment:
Additional Context
The text was updated successfully, but these errors were encountered: