| 1 | [ |
| 2 | { |
| 3 | "context": "prometheus.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 | { |
| 21 | "context": "prometheus.test_gauge_metric", |
| 22 | "labels": { |
| 23 | "label1": "value2" |
| 24 | }, |
| 25 | "dims": [ |
| 26 | { |
| 27 | "name": "test_gauge_metric", |
| 28 | "algo": "absolute", |
| 29 | "value": 12.5 |
| 30 | } |
| 31 | ], |
| 32 | "soft": { |
| 33 | "units": "metric", |
| 34 | "family": "test_gauge", |
| 35 | "type": "line" |
| 36 | } |
| 37 | } |
| 38 | ] |