aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/histogram_value.json
blob: 91b4ffa3dd4e22211ca2fd8b25db01714012d44c (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 
          } 
      } 
    ] 
}