master
json 61 lines 1.12 KB
Raw
1 [
2 {
3 "context": "prometheus.test_summary_duration_seconds",
4 "labels": {
5 "label1": "value1"
6 },
7 "dims": [
8 {
9 "name": "quantile_0.5",
10 "algo": "absolute",
11 "value": 0.25
12 },
13 {
14 "name": "quantile_0.99",
15 "algo": "absolute",
16 "value": 0.5
17 }
18 ],
19 "soft": {
20 "units": "seconds",
21 "family": "test_summary",
22 "type": ""
23 }
24 },
25 {
26 "context": "prometheus.test_summary_duration_seconds_count",
27 "labels": {
28 "label1": "value1"
29 },
30 "dims": [
31 {
32 "name": "test_summary_duration_seconds_count",
33 "algo": "incremental",
34 "value": 42
35 }
36 ],
37 "soft": {
38 "units": "events/s",
39 "family": "test_summary",
40 "type": ""
41 }
42 },
43 {
44 "context": "prometheus.test_summary_duration_seconds_sum",
45 "labels": {
46 "label1": "value1"
47 },
48 "dims": [
49 {
50 "name": "test_summary_duration_seconds_sum",
51 "algo": "incremental",
52 "value": 12.5
53 }
54 ],
55 "soft": {
56 "units": "seconds",
57 "family": "test_summary",
58 "type": ""
59 }
60 }
61 ]