aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/int_gauge.json
blob: 95aa12aa52bb763170365bd917e61d13650207f1 (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
{ 
  "sensors": 
    [ 
      { 
        "kind":"IGAUGE", 
        "labels": 
          { 
            "metric":"a" 
          }, 
        "timeseries": 
          [ 
            { 
              "ts":1509843723, 
              "value":-9223372036854775808 
            }, 
            { 
              "ts":1509843724, 
              "value":-1 
            }, 
            { 
              "ts":1509843725, 
              "value":0 
            }, 
            { 
              "ts":1509843726, 
              "value":9223372036854775807 
            } 
          ] 
      } 
    ] 
}