| 1 | # HELP test_counter_metric_1_total Test Counter Metric 1 |
| 2 | # TYPE test_counter_metric_1_total counter |
| 3 | test_counter_metric_1_total{label1="value1"} 11 |
| 4 | test_counter_metric_1_total{label1="value2"} 12 |
| 5 | test_counter_metric_1_total{label1="value3"} 13 |
| 6 | test_counter_metric_1_total{label1="value4"} 14 |
| 7 | # TYPE test_counter_metric_2_total counter |
| 8 | test_counter_metric_2_total{label1="value1"} 11 |
| 9 | test_counter_metric_2_total{label1="value2"} 12 |
| 10 | test_counter_metric_2_total{label1="value3"} 13 |
| 11 | test_counter_metric_2_total{label1="value4"} 14 |