Skip to content

Conversation

@pipiland2612
Copy link
Contributor

@pipiland2612 pipiland2612 commented Aug 23, 2025

Which problem is this PR solving?

Description of the changes

  • Remove CounterNamingConvention method

How was this change tested?

# HELP jaeger_storage_bulk_index_attempts_total 
# TYPE jaeger_storage_bulk_index_attempts_total counter
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"} 20
# HELP jaeger_storage_bulk_index_errors_total 
# TYPE jaeger_storage_bulk_index_errors_total counter
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"} 9
# HELP jaeger_storage_bulk_index_inserts_total 
# TYPE jaeger_storage_bulk_index_inserts_total counter
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"} 11
# HELP jaeger_storage_bulk_index_latency_ok_seconds 
# TYPE jaeger_storage_bulk_index_latency_ok_seconds histogram
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="0"} 0
....

(For full log see in the comment)

Note

  • This bug was created by this pull request where the new patch updated of prometheus automatically add another _total suffix so we don't need to manually added it with CounterNamingConvention method anymore

Checklist

Signed-off-by: pipiland2612 <[email protected]>
@pipiland2612 pipiland2612 requested a review from a team as a code owner August 23, 2025 19:52
@pipiland2612 pipiland2612 requested a review from jkowall August 23, 2025 19:52
@pipiland2612
Copy link
Contributor Author

# HELP jaeger_storage_bulk_index_attempts_total 
# TYPE jaeger_storage_bulk_index_attempts_total counter
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"} 20
# HELP jaeger_storage_bulk_index_errors_total 
# TYPE jaeger_storage_bulk_index_errors_total counter
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"} 9
# HELP jaeger_storage_bulk_index_inserts_total 
# TYPE jaeger_storage_bulk_index_inserts_total counter
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"} 11
# HELP jaeger_storage_bulk_index_latency_ok_seconds 
# TYPE jaeger_storage_bulk_index_latency_ok_seconds histogram
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="0"} 0
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="5"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="10"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="25"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="50"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="75"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="100"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="250"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="500"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="750"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="1000"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="2500"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="5000"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="7500"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="10000"} 1
jaeger_storage_bulk_index_latency_ok_seconds_bucket{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore",le="+Inf"} 1
jaeger_storage_bulk_index_latency_ok_seconds_sum{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"} 0.359809166
jaeger_storage_bulk_index_latency_ok_seconds_count{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"} 1
# HELP jaeger_storage_latency_seconds 
# TYPE jaeger_storage_latency_seconds histogram
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="0"} 0
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="5"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="10"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="25"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="50"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="75"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="100"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="250"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="500"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="750"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="1000"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="2500"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="5000"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="7500"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="10000"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="+Inf"} 3
jaeger_storage_latency_seconds_sum{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"} 0.051513833
jaeger_storage_latency_seconds_count{kind="elasticsearch",name="some_storage",operation="get_operations",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="0"} 0
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="5"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="10"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="25"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="50"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="75"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="100"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="250"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="500"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="750"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="1000"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="2500"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="5000"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="7500"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="10000"} 3
jaeger_storage_latency_seconds_bucket{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore",le="+Inf"} 3
jaeger_storage_latency_seconds_sum{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"} 0.052170834000000006
jaeger_storage_latency_seconds_count{kind="elasticsearch",name="some_storage",operation="get_services",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",result="ok",role="tracestore"} 3
# HELP jaeger_storage_requests_total 
# TYPE jaeger_storage_requests_total counter
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"} 3
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"} 3
# HELP jaeger_storage_responses_total 
# TYPE jaeger_storage_responses_total counter
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"} 0
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"} 0
# HELP jaeger_storage_spans_attempts_total 
# TYPE jaeger_storage_spans_attempts_total counter
jaeger_storage_spans_attempts_total{kind="elasticsearch",name="some_storage",otel_scope_name="jaeger-v2",otel_scope_schema_url="",otel_scope_version="",role="tracestore"} 15
# HELP otelcol_exporter_send_failed_spans_total Number of spans in failed attempts to send to destination. [alpha]
# TYPE otelcol_exporter_send_failed_spans_total counter
otelcol_exporter_send_failed_spans_total{exporter="jaeger_storage_exporter",otel_scope_name="go.opentelemetry.io/collector/exporter/exporterhelper",otel_scope_schema_url="",otel_scope_version=""} 0
# HELP otelcol_exporter_sent_spans_total Number of spans successfully sent to destination. [alpha]
# TYPE otelcol_exporter_sent_spans_total counter
otelcol_exporter_sent_spans_total{exporter="jaeger_storage_exporter",otel_scope_name="go.opentelemetry.io/collector/exporter/exporterhelper",otel_scope_schema_url="",otel_scope_version=""} 15
# HELP otelcol_process_cpu_seconds_seconds_total Total CPU user and system time in seconds [alpha]
# TYPE otelcol_process_cpu_seconds_seconds_total counter
otelcol_process_cpu_seconds_seconds_total{otel_scope_name="go.opentelemetry.io/collector/service",otel_scope_schema_url="",otel_scope_version=""} 0.28290666666666664
# HELP otelcol_process_memory_rss_bytes Total physical memory (resident set size) [alpha]
# TYPE otelcol_process_memory_rss_bytes gauge
otelcol_process_memory_rss_bytes{otel_scope_name="go.opentelemetry.io/collector/service",otel_scope_schema_url="",otel_scope_version=""} 6.3602688e+07
# HELP otelcol_process_runtime_heap_alloc_bytes_bytes Bytes of allocated heap objects (see 'go doc runtime.MemStats.HeapAlloc') [alpha]
# TYPE otelcol_process_runtime_heap_alloc_bytes_bytes gauge
otelcol_process_runtime_heap_alloc_bytes_bytes{otel_scope_name="go.opentelemetry.io/collector/service",otel_scope_schema_url="",otel_scope_version=""} 1.0812616e+07
# HELP otelcol_process_runtime_total_alloc_bytes_bytes_total Cumulative bytes allocated for heap objects (see 'go doc runtime.MemStats.TotalAlloc') [alpha]
# TYPE otelcol_process_runtime_total_alloc_bytes_bytes_total counter
otelcol_process_runtime_total_alloc_bytes_bytes_total{otel_scope_name="go.opentelemetry.io/collector/service",otel_scope_schema_url="",otel_scope_version=""} 8.9382128e+07
# HELP otelcol_process_runtime_total_sys_memory_bytes_bytes Total bytes of memory obtained from the OS (see 'go doc runtime.MemStats.Sys') [alpha]
# TYPE otelcol_process_runtime_total_sys_memory_bytes_bytes gauge
otelcol_process_runtime_total_sys_memory_bytes_bytes{otel_scope_name="go.opentelemetry.io/collector/service",otel_scope_schema_url="",otel_scope_version=""} 3.658676e+07
# HELP otelcol_process_uptime_seconds_total Uptime of the process [alpha]
# TYPE otelcol_process_uptime_seconds_total counter
otelcol_process_uptime_seconds_total{otel_scope_name="go.opentelemetry.io/collector/service",otel_scope_schema_url="",otel_scope_version=""} 19.410232
# HELP otelcol_processor_batch_batch_send_size Number of units in the batch
# TYPE otelcol_processor_batch_batch_send_size histogram
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="10"} 0
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="25"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="50"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="75"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="100"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="250"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="500"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="750"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="1000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="2000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="3000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="4000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="5000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="6000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="7000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="8000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="9000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="10000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="20000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="30000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="50000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="100000"} 1
otelcol_processor_batch_batch_send_size_bucket{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch",le="+Inf"} 1
otelcol_processor_batch_batch_send_size_sum{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch"} 15
otelcol_processor_batch_batch_send_size_count{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch"} 1
# HELP otelcol_processor_batch_metadata_cardinality Number of distinct metadata value combinations being processed
# TYPE otelcol_processor_batch_metadata_cardinality gauge
otelcol_processor_batch_metadata_cardinality{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch"} 1
# HELP otelcol_processor_batch_timeout_trigger_send_total Number of times the batch was sent due to a timeout trigger
# TYPE otelcol_processor_batch_timeout_trigger_send_total counter
otelcol_processor_batch_timeout_trigger_send_total{otel_scope_name="go.opentelemetry.io/collector/processor/batchprocessor",otel_scope_schema_url="",otel_scope_version="",processor="batch"} 1
# HELP otelcol_receiver_accepted_spans_total Number of spans successfully pushed into the pipeline. [alpha]
# TYPE otelcol_receiver_accepted_spans_total counter
otelcol_receiver_accepted_spans_total{otel_scope_name="go.opentelemetry.io/collector/receiver/receiverhelper",otel_scope_schema_url="",otel_scope_version="",receiver="otlp",transport="grpc"} 15
# HELP otelcol_receiver_refused_spans_total Number of spans that could not be pushed into the pipeline. [alpha]
# TYPE otelcol_receiver_refused_spans_total counter
otelcol_receiver_refused_spans_total{otel_scope_name="go.opentelemetry.io/collector/receiver/receiverhelper",otel_scope_schema_url="",otel_scope_version="",receiver="otlp",transport="grpc"} 0
# HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler.
# TYPE promhttp_metric_handler_errors_total counter
promhttp_metric_handler_errors_total{cause="encoding"} 0
promhttp_metric_handler_errors_total{cause="gathering"} 0
# HELP target_info Target metadata
# TYPE target_info gauge
target_info{service_instance_id="bd1d255d-6b59-4ba6-8c1b-1eb52df0e69f",service_name="jaeger",service_version=""} 1

exporter, err := prometheus.New(
prometheus.WithRegisterer(registry),
prometheus.WithoutScopeInfo(),
prometheus.WithoutCounterSuffixes(),
Copy link
Contributor Author

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)
Copy link
Contributor Author

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

Copy link
Member

@yurishkuro yurishkuro left a 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
Copy link

codecov bot commented Aug 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.59%. Comparing base (fcbc439) to head (3e4fe2c).
⚠️ Report is 7 commits behind head on main.

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     
Flag Coverage Δ
badger_v1 9.03% <0.00%> (+<0.01%) ⬆️
badger_v2 1.70% <0.00%> (+<0.01%) ⬆️
cassandra-4.x-v1-manual 11.69% <0.00%> (+<0.01%) ⬆️
cassandra-4.x-v2-auto 1.69% <0.00%> (+<0.01%) ⬆️
cassandra-4.x-v2-manual 1.69% <0.00%> (+<0.01%) ⬆️
cassandra-5.x-v1-manual 11.69% <0.00%> (+<0.01%) ⬆️
cassandra-5.x-v2-auto 1.69% <0.00%> (+<0.01%) ⬆️
cassandra-5.x-v2-manual 1.69% <0.00%> (+<0.01%) ⬆️
elasticsearch-6.x-v1 16.59% <0.00%> (+<0.01%) ⬆️
elasticsearch-7.x-v1 16.63% <0.00%> (+<0.01%) ⬆️
elasticsearch-8.x-v1 16.78% <0.00%> (+<0.01%) ⬆️
elasticsearch-8.x-v2 1.70% <0.00%> (+<0.01%) ⬆️
elasticsearch-9.x-v2 1.70% <0.00%> (+<0.01%) ⬆️
grpc_v1 10.23% <0.00%> (+<0.01%) ⬆️
grpc_v2 1.70% <0.00%> (+<0.01%) ⬆️
kafka-3.x-v1 9.68% <0.00%> (+<0.01%) ⬆️
kafka-3.x-v2 1.70% <0.00%> (+<0.01%) ⬆️
memory_v2 1.70% <0.00%> (+<0.01%) ⬆️
opensearch-1.x-v1 16.68% <0.00%> (+<0.01%) ⬆️
opensearch-2.x-v1 16.68% <0.00%> (+<0.01%) ⬆️
opensearch-2.x-v2 1.70% <0.00%> (+<0.01%) ⬆️
opensearch-3.x-v2 1.70% <0.00%> (+<0.01%) ⬆️
query 1.70% <0.00%> (+<0.01%) ⬆️
tailsampling-processor 0.47% <0.00%> (+<0.01%) ⬆️
unittests 95.58% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

github-actions bot commented Aug 23, 2025

Metrics Comparison Summary

Total changes across all snapshots: 440

Detailed changes per snapshot

summary_metrics_snapshot_opensearch

📊 Metrics Diff Summary

Total Changes: 28

  • 🆕 Added: 14 metrics
  • ❌ Removed: 14 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_bulk_index_attempts_total (1 variants)
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"}
- `jaeger_storage_bulk_index_errors_total` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts_total` (1 variants)
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"}
- `jaeger_storage_requests_total` (5 variants)
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"}
- `jaeger_storage_responses_total` (5 variants)
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"}
- `jaeger_storage_spans_attempts_total` (1 variants)
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

  • jaeger_storage_bulk_index_attempts (1 variants)
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"}
- `jaeger_storage_bulk_index_errors` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts` (1 variants)
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"}
- `jaeger_storage_requests` (5 variants)
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"}
- `jaeger_storage_responses` (5 variants)
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"}
- `jaeger_storage_spans_attempts` (1 variants)
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"}
### summary_metrics_snapshot_kafka ## 📊 Metrics Diff Summary

Total Changes: 3

  • 🆕 Added: 0 metrics
  • ❌ Removed: 0 metrics
  • 🔄 Modified: 3 metrics

🔄 Modified Metrics

  • otelcol_kafka_exporter_messages

    • Added variants: 1
    • Removed variants: 1
    View diff sample
    -otelcol_kafka_exporter_messages{otel_scope_name="github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter",otel_scope_schema_url="",otel_scope_version="",outcome="success",partition="0",topic="jaeger-spans-1755982881435965603"}
    +otelcol_kafka_exporter_messages{otel_scope_name="github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter",otel_scope_schema_url="",otel_scope_version="",outcome="success",partition="0",topic="jaeger-spans-1755981217403888347"}
  • otelcol_kafka_exporter_bytes_uncompressed_bytes

    • Added variants: 1
    • Removed variants: 1
    View diff sample
    -otelcol_kafka_exporter_bytes_uncompressed_bytes{otel_scope_name="github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter",otel_scope_schema_url="",otel_scope_version="",outcome="success",partition="0",topic="jaeger-spans-1755982881435965603"}
    +otelcol_kafka_exporter_bytes_uncompressed_bytes{otel_scope_name="github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter",otel_scope_schema_url="",otel_scope_version="",outcome="success",partition="0",topic="jaeger-spans-1755981217403888347"}
  • otelcol_kafka_exporter_records

    • Added variants: 1
    • Removed variants: 1
    View diff sample
    -otelcol_kafka_exporter_records{otel_scope_name="github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter",otel_scope_schema_url="",otel_scope_version="",outcome="success",partition="0",topic="jaeger-spans-1755982881435965603"}
    +otelcol_kafka_exporter_records{otel_scope_name="github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter",otel_scope_schema_url="",otel_scope_version="",outcome="success",partition="0",topic="jaeger-spans-1755981217403888347"}

summary_metrics_snapshot_cassandra

📊 Metrics Diff Summary

Total Changes: 60

  • 🆕 Added: 30 metrics
  • ❌ Removed: 30 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_attempts_total (7 variants)
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"}
- `jaeger_storage_inserts_total` (7 variants)
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"}
- `jaeger_storage_read_attempts_total` (5 variants)
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"}
- `jaeger_storage_read_inserts_total` (5 variants)
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"}
- `jaeger_storage_requests_total` (6 variants)
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

  • jaeger_storage_attempts (7 variants)
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"}
- `jaeger_storage_inserts` (7 variants)
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"}
- `jaeger_storage_read_attempts` (5 variants)
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"}
- `jaeger_storage_read_inserts` (5 variants)
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"}
- `jaeger_storage_requests` (6 variants)
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"}
### summary_metrics_snapshot_memory ## 📊 Metrics Diff Summary

Total Changes: 20

  • 🆕 Added: 10 metrics
  • ❌ Removed: 10 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_requests_total (5 variants)
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"}
- `jaeger_storage_responses_total` (5 variants)
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

  • jaeger_storage_requests (5 variants)
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"}
- `jaeger_storage_responses` (5 variants)
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"}
### summary_metrics_snapshot_badger ## 📊 Metrics Diff Summary

Total Changes: 12

  • 🆕 Added: 6 metrics
  • ❌ Removed: 6 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_requests_total (6 variants)
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

  • jaeger_storage_requests (6 variants)
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"}
### summary_metrics_snapshot_opensearch ## 📊 Metrics Diff Summary

Total Changes: 28

  • 🆕 Added: 14 metrics
  • ❌ Removed: 14 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_bulk_index_attempts_total (1 variants)
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"}
- `jaeger_storage_bulk_index_errors_total` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts_total` (1 variants)
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"}
- `jaeger_storage_requests_total` (5 variants)
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"}
- `jaeger_storage_responses_total` (5 variants)
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"}
- `jaeger_storage_spans_attempts_total` (1 variants)
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

  • jaeger_storage_bulk_index_attempts (1 variants)
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"}
- `jaeger_storage_bulk_index_errors` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts` (1 variants)
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"}
- `jaeger_storage_requests` (5 variants)
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"}
- `jaeger_storage_responses` (5 variants)
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"}
- `jaeger_storage_spans_attempts` (1 variants)
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"}
### summary_metrics_snapshot_cassandra ## 📊 Metrics Diff Summary

Total Changes: 60

  • 🆕 Added: 30 metrics
  • ❌ Removed: 30 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_attempts_total (7 variants)
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"}
- `jaeger_storage_inserts_total` (7 variants)
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"}
- `jaeger_storage_read_attempts_total` (5 variants)
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"}
- `jaeger_storage_read_inserts_total` (5 variants)
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"}
- `jaeger_storage_requests_total` (6 variants)
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

  • jaeger_storage_attempts (7 variants)
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"}
- `jaeger_storage_inserts` (7 variants)
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"}
- `jaeger_storage_read_attempts` (5 variants)
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"}
- `jaeger_storage_read_inserts` (5 variants)
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"}
- `jaeger_storage_requests` (6 variants)
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"}
### summary_metrics_snapshot_elasticsearch ## 📊 Metrics Diff Summary

Total Changes: 28

  • 🆕 Added: 14 metrics
  • ❌ Removed: 14 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_bulk_index_attempts_total (1 variants)
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"}
- `jaeger_storage_bulk_index_errors_total` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts_total` (1 variants)
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"}
- `jaeger_storage_requests_total` (5 variants)
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"}
- `jaeger_storage_responses_total` (5 variants)
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"}
- `jaeger_storage_spans_attempts_total` (1 variants)
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

  • jaeger_storage_bulk_index_attempts (1 variants)
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"}
- `jaeger_storage_bulk_index_errors` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts` (1 variants)
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"}
- `jaeger_storage_requests` (5 variants)
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"}
- `jaeger_storage_responses` (5 variants)
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"}
- `jaeger_storage_spans_attempts` (1 variants)
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"}
### summary_metrics_snapshot_cassandra ## 📊 Metrics Diff Summary

Total Changes: 113

  • 🆕 Added: 83 metrics
  • ❌ Removed: 30 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • http_server_request_body_size_bytes (18 variants)
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"}
...
- `http_server_request_duration_seconds` (17 variants)
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"}
...
- `http_server_response_body_size_bytes` (18 variants)
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"}
...
- `jaeger_storage_attempts_total` (7 variants)
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"}
- `jaeger_storage_inserts_total` (7 variants)
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"}
- `jaeger_storage_read_attempts_total` (5 variants)
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"}
- `jaeger_storage_read_inserts_total` (5 variants)
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"}
- `jaeger_storage_requests_total` (6 variants)
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

  • jaeger_storage_attempts (7 variants)
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"}
- `jaeger_storage_inserts` (7 variants)
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"}
- `jaeger_storage_read_attempts` (5 variants)
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"}
- `jaeger_storage_read_inserts` (5 variants)
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"}
- `jaeger_storage_requests` (6 variants)
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"}
### summary_metrics_snapshot_cassandra ## 📊 Metrics Diff Summary

Total Changes: 60

  • 🆕 Added: 30 metrics
  • ❌ Removed: 30 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_attempts_total (7 variants)
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"}
- `jaeger_storage_inserts_total` (7 variants)
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"}
- `jaeger_storage_read_attempts_total` (5 variants)
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"}
- `jaeger_storage_read_inserts_total` (5 variants)
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"}
- `jaeger_storage_requests_total` (6 variants)
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

  • jaeger_storage_attempts (7 variants)
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"}
- `jaeger_storage_inserts` (7 variants)
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"}
- `jaeger_storage_read_attempts` (5 variants)
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"}
- `jaeger_storage_read_inserts` (5 variants)
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"}
- `jaeger_storage_requests` (6 variants)
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"}
### summary_metrics_snapshot_elasticsearch ## 📊 Metrics Diff Summary

Total Changes: 28

  • 🆕 Added: 14 metrics
  • ❌ Removed: 14 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_bulk_index_attempts_total (1 variants)
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"}
- `jaeger_storage_bulk_index_errors_total` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts_total` (1 variants)
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"}
- `jaeger_storage_requests_total` (5 variants)
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"}
- `jaeger_storage_responses_total` (5 variants)
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"}
- `jaeger_storage_spans_attempts_total` (1 variants)
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

  • jaeger_storage_bulk_index_attempts (1 variants)
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"}
- `jaeger_storage_bulk_index_errors` (1 variants)
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"}
- `jaeger_storage_bulk_index_inserts` (1 variants)
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"}
- `jaeger_storage_requests` (5 variants)
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"}
- `jaeger_storage_responses` (5 variants)
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"}
- `jaeger_storage_spans_attempts` (1 variants)
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"}

➡️ View full metrics file

@pipiland2612
Copy link
Contributor Author

cmd/jaeger/example-config.yaml committed by mistake?

Yes, sorry about this

Signed-off-by: pipiland2612 <[email protected]>
@yurishkuro yurishkuro merged commit d56f4b7 into jaegertracing:main Aug 23, 2025
65 of 66 checks passed
@pipiland2612 pipiland2612 deleted the fix_suffix branch August 23, 2025 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: jaeger-v2 internal metrics has unexpected suffix

2 participants