aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/log_histogram_timeseries.json
blob: e811a2cc5792acd8df67b234c0a6a8e819fdcaa0 (plain) (blame)
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
{
  "sensors":
    [
      {
        "kind":"LOGHIST",
        "labels":
          {
            "metric":"ms"
          },
        "timeseries":
          [
            {
              "ts":1509843723,
              "log_hist":
                {
                  "base":1.5,
                  "zeros_count":1,
                  "start_power":0,
                  "buckets":
                    [
                      0.5,
                      0.25,
                      0.25,
                      0.5
                    ]
                }
            },
            {
              "ts":1509843738,
              "log_hist":
                {
                  "base":1.5,
                  "zeros_count":1,
                  "start_power":0,
                  "buckets":
                    [
                      1,
                      0.5,
                      0.5,
                      1
                    ]
                }
            }
          ]
      }
    ]
}