1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
{
"ts":"2017-07-14T02:40:00.000000Z",
"labels":
{
"project":"solomon"
},
"metrics":
[
{
"type":"COUNTER",
"labels":
{
"labels":"l1"
},
"name":"single",
"ts":"2017-11-05T01:02:03.000000Z",
"value":17
},
{
"type":"RATE",
"labels":
{
"labels":"l2"
},
"name":"single",
"ts":"2017-11-05T01:02:03.000000Z",
"value":17
},
{
"type":"DGAUGE",
"labels":
{
"labels":"l3"
},
"name":"single",
"ts":"2017-11-05T01:02:03.000000Z",
"value":3.14
},
{
"type":"IGAUGE",
"labels":
{
"labels":"l4"
},
"name":"single_igauge",
"ts":"2017-11-05T01:02:03.000000Z",
"value":42
},
{
"type":"DGAUGE",
"labels":
{
"labels":"l5"
},
"name":"multiple",
"timeseries":
[
{
"ts":"2017-11-05T01:02:03.000000Z",
"value":"nan"
},
{
"ts":"2017-11-05T01:02:18.000000Z",
"value":"inf"
},
{
"ts":"2017-11-05T01:02:33.000000Z",
"value":"-inf"
}
]
},
{
"type":"COUNTER",
"timeseries":
[
{
"ts":"2017-11-05T01:02:03.000000Z",
"value":1337
},
{
"ts":"2017-11-05T01:02:18.000000Z",
"value":1338
}
],
"labels":
{
"labels":"l6"
},
"name":"multiple"
}
]
}
|