aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/merged.json
blob: fe39861f950ec39699ccbaa91dc9822f297835ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ 
  "sensors": 
    [ 
      { 
        "kind":"RATE", 
        "labels": 
          { 
            "metric":"hello",
            "label":"world" 
          }, 
        "value":1 
      } 
    ] 
}