-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix extra _total suffix in metrics
#7476
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
Conversation
Signed-off-by: pipiland2612 <[email protected]>
|
| exporter, err := prometheus.New( | ||
| prometheus.WithRegisterer(registry), | ||
| prometheus.WithoutScopeInfo(), | ||
| prometheus.WithoutCounterSuffixes(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously I added this line in this pull request , to pass the test so that we could merge the pakage update pull request by the bot.
|
|
||
| for _, mf := range metricFamilies { | ||
| t.Log(mf.GetName()) | ||
| t.Log(name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just another log to debug easier
yurishkuro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cmd/jaeger/example-config.yaml committed by mistake?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7476 +/- ##
==========================================
- Coverage 96.62% 96.59% -0.03%
==========================================
Files 377 377
Lines 23089 23083 -6
==========================================
- Hits 22309 22298 -11
- Misses 594 598 +4
- Partials 186 187 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Metrics Comparison SummaryTotal changes across all snapshots: 440 Detailed changes per snapshotsummary_metrics_snapshot_opensearch📊 Metrics Diff SummaryTotal Changes: 28
🆕 Added Metrics
View diff sample+jaeger_storage_bulk_index_attempts_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_errors_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_inserts_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_requests_total{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample+jaeger_storage_responses_total{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_spans_attempts_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_bulk_index_attempts{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_errors{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_inserts{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_requests{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample-jaeger_storage_responses{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_spans_attempts{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}Total Changes: 3
🔄 Modified Metrics
summary_metrics_snapshot_cassandra📊 Metrics Diff SummaryTotal Changes: 60
🆕 Added Metrics
View diff sample+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_read_attempts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_read_inserts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_requests_total{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_read_attempts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_read_inserts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_requests{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}Total Changes: 20
🆕 Added Metrics
View diff sample+jaeger_storage_requests_total{kind="memory",name="another_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="memory",name="some_store",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="memory",name="some_store",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="memory",name="some_store",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="memory",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample+jaeger_storage_responses_total{kind="memory",name="another_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="memory",name="some_store",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="memory",name="some_store",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="memory",name="some_store",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="memory",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_requests{kind="memory",name="another_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="memory",name="some_store",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="memory",name="some_store",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="memory",name="some_store",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="memory",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample-jaeger_storage_responses{kind="memory",name="another_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="memory",name="some_store",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="memory",name="some_store",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="memory",name="some_store",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="memory",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}Total Changes: 12
🆕 Added Metrics
View diff sample+jaeger_storage_requests_total{kind="badger",name="another_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="badger",name="some_store",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="badger",name="some_store",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="badger",name="some_store",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="badger",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="badger",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_requests{kind="badger",name="another_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="badger",name="some_store",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="badger",name="some_store",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="badger",name="some_store",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="badger",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="badger",name="some_store",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}Total Changes: 28
🆕 Added Metrics
View diff sample+jaeger_storage_bulk_index_attempts_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_errors_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_inserts_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_requests_total{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample+jaeger_storage_responses_total{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_spans_attempts_total{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_bulk_index_attempts{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_errors{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_inserts{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_requests{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample-jaeger_storage_responses{kind="opensearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="opensearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_spans_attempts{kind="opensearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}Total Changes: 60
🆕 Added Metrics
View diff sample+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_read_attempts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_read_inserts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_requests_total{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_read_attempts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_read_inserts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_requests{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}Total Changes: 28
🆕 Added Metrics
View diff sample+jaeger_storage_bulk_index_attempts_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_errors_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_inserts_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_requests_total{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample+jaeger_storage_responses_total{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_spans_attempts_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_bulk_index_attempts{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_errors{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_inserts{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_requests{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample-jaeger_storage_responses{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_spans_attempts{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}Total Changes: 113
🆕 Added Metrics
View diff sample+http_server_request_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="+Inf",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="0",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="10",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="100",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="1000",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="10000",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="25",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
...View diff sample+http_server_request_duration_seconds{http_request_method="GET",http_response_status_code="503",le="+Inf",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_duration_seconds{http_request_method="GET",http_response_status_code="503",le="0.005",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_duration_seconds{http_request_method="GET",http_response_status_code="503",le="0.01",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_duration_seconds{http_request_method="GET",http_response_status_code="503",le="0.025",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_duration_seconds{http_request_method="GET",http_response_status_code="503",le="0.05",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_duration_seconds{http_request_method="GET",http_response_status_code="503",le="0.075",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_request_duration_seconds{http_request_method="GET",http_response_status_code="503",le="0.1",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
...View diff sample+http_server_response_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="+Inf",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_response_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="0",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_response_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="10",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_response_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="100",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_response_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="1000",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_response_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="10000",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
+http_server_response_body_size_bytes{http_request_method="GET",http_response_status_code="503",le="25",network_protocol_name="http",network_protocol_version="1.1",otel_scope_name="go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",otel_scope_schema_url="",otel_scope_version="0.62.0",server_address="localhost",server_port="13133",url_scheme="http"}
...View diff sample+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_read_attempts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_read_inserts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_requests_total{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_read_attempts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_read_inserts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_requests{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}Total Changes: 60
🆕 Added Metrics
View diff sample+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
+jaeger_storage_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample+jaeger_storage_read_attempts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_attempts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_read_inserts_total{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
+jaeger_storage_read_inserts_total{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample+jaeger_storage_requests_total{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
+jaeger_storage_requests_total{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="duration_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="operation_names_v2"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_names"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}
-jaeger_storage_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="traces"}View diff sample-jaeger_storage_read_attempts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_attempts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_read_inserts{kind="cassandra",name="another_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="read_traces"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_name_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="service_operation_index"}
-jaeger_storage_read_inserts{kind="cassandra",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",table="tag_index"}View diff sample-jaeger_storage_requests{kind="cassandra",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="err",role="tracestore"}
-jaeger_storage_requests{kind="cassandra",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}Total Changes: 28
🆕 Added Metrics
View diff sample+jaeger_storage_bulk_index_attempts_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_errors_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_bulk_index_inserts_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_requests_total{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
+jaeger_storage_requests_total{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample+jaeger_storage_responses_total{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
+jaeger_storage_responses_total{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample+jaeger_storage_spans_attempts_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}❌ Removed Metrics
View diff sample-jaeger_storage_bulk_index_attempts{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_errors{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_bulk_index_inserts{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_requests{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}
-jaeger_storage_requests{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"}View diff sample-jaeger_storage_responses{kind="elasticsearch",name="another_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="find_traces",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}
-jaeger_storage_responses{kind="elasticsearch",name="some_storage",operation="get_trace",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"}View diff sample-jaeger_storage_spans_attempts{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"} |
Yes, sorry about this |
Signed-off-by: pipiland2612 <[email protected]>
Which problem is this PR solving?
Description of the changes
CounterNamingConventionmethodHow was this change tested?
(For full log see in the comment)
Note
_totalsuffix so we don't need to manually added it withCounterNamingConventionmethod anymoreChecklist
jaeger:make lint testjaeger-ui:npm run lintandnpm run test