aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/histogram_value.json
blob: ec1ae5cdec4a3169b686d6897e3101d116969ae4 (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
{
  "sensors":
    [
      {
        "kind":"HIST",
        "labels":
          {
            "metric":"responseTimeMillis"
          },
        "ts":1509843723,
        "hist":
          {
            "bounds":
              [
                1,
                2,
                4,
                8,
                16
              ],
            "buckets":
              [
                1,
                1,
                2,
                4,
                8
              ],
            "inf":83
          }
      }
    ]
}