File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 114114 [invoke grep_otel_collector_output "Metric electric\.postgres\.replication\.slot_confirmed_flush_lsn_lag .*stack_id=single_stack"]
115115 [invoke grep_otel_collector_output "Metric electric\.postgres\.replication\.slot_retained_wal_size .*stack_id=single_stack"]
116116
117+ # The metric name must be plain ASCII (no "µs"/"μs" suffix) so that ingestion
118+ # into backends like Mimir/Prometheus, which reject non-ASCII characters in
119+ # metric names, doesn't fail.
120+ [invoke grep_otel_collector_output "Metric electric\.shape_db\.pool\.checkout\.queue_time_us .*stack_id=single_stack"]
121+
117122 # Regression check: These metrics haven't been exporting until recently
118123 [invoke grep_otel_collector_output "Metric electric\.plug\.serve_shape\.bytes .*stack_id=single_stack"]
119124 [invoke grep_otel_collector_output "Metric electric\.plug\.serve_shape\.count .*stack_id=single_stack"]
You can’t perform that action at this time.
0 commit comments