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