We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I set enable_virtual_node_label: true in the service graph config, but the metrics still don't have virtual_node label
enable_virtual_node_label: true
virtual_node
To Reproduce
traces_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) said
Environment:
Additional Context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: