aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/metrics/ut/histograms.json
blob: 074273cfc4f979c8742f7410f583e7dcffc82ef5 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{ 
  "commonLabels": 
    { 
      "common":"label" 
    }, 
  "sensors": 
    [ 
      { 
        "kind":"HIST", 
        "labels": 
          { 
            "sensor":"readTimeMillis" 
          }, 
        "hist": 
          { 
            "bounds": 
              [ 
                1, 
                2, 
                4, 
                8 
              ], 
            "buckets": 
              [ 
                2, 
                1, 
                2, 
                4 
              ], 
            "inf":91 
          } 
      }, 
      { 
        "kind":"HIST_RATE", 
        "labels": 
          { 
            "sensor":"writeTimeMillis" 
          }, 
        "hist": 
          { 
            "bounds": 
              [ 
                1, 
                5, 
                15, 
                20, 
                25 
              ], 
            "buckets": 
              [ 
                2, 
                4, 
                10, 
                5, 
                5 
              ], 
            "inf":74 
          } 
      } 
    ] 
}