master
json 20 lines 348 Bytes
Raw
1 [
2 {
3 "context": "prometheus.test_counter_metric_total",
4 "labels": {
5 "label1": "value1"
6 },
7 "dims": [
8 {
9 "name": "test_counter_metric_total",
10 "algo": "incremental",
11 "value": 11
12 }
13 ],
14 "soft": {
15 "units": "metric/s",
16 "family": "test_counter",
17 "type": "line"
18 }
19 }
20 ]