We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f3432 commit 08740f7Copy full SHA for 08740f7
tests/test_prometheus.py
@@ -73,9 +73,6 @@ def test_prometheus_get_metrics_returns_non_empty_metrics():
73
expected = """# HELP prometheus_spec_counter_no_labels_total Prometheus example counter without labels
74
# TYPE prometheus_spec_counter_no_labels_total counter
75
prometheus_spec_counter_no_labels_total 1.0
76
-# HELP prometheus_spec_counter_with_labels_total Prometheus example counter with labels
77
-# TYPE prometheus_spec_counter_with_labels_total counter
78
-prometheus_spec_counter_with_labels_total{foo="bar"} 2.0
79
# HELP prometheus_spec_histogram_no_labels Prometheus example histogram without labels
80
# TYPE prometheus_spec_histogram_no_labels histogram
81
prometheus_spec_histogram_no_labels_bucket{le="1.0"} 0.0
0 commit comments