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