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