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