summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/pkg/prometheus/testdata/counter-meta.txt
blob: 53eccda636c2c6e45f8008c1ed683c2b2091054f (plain)
1
2
3
4
5
6
7
8
9
10
11
# HELP test_counter_metric_1_total Test Counter Metric 1
# TYPE test_counter_metric_1_total counter
test_counter_metric_1_total{label1="value1"} 11
test_counter_metric_1_total{label1="value2"} 12
test_counter_metric_1_total{label1="value3"} 13
test_counter_metric_1_total{label1="value4"} 14
# TYPE test_counter_metric_2_total counter
test_counter_metric_2_total{label1="value1"} 11
test_counter_metric_2_total{label1="value2"} 12
test_counter_metric_2_total{label1="value3"} 13
test_counter_metric_2_total{label1="value4"} 14