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