aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/test_decode_to_encode.json
blob: 65f0c5c6e2160b2ae9dfdfc4a4f44d5d5e558849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "commonLabels": {
    "project": "solomon",
    "cluster": "man",
    "service": "stockpile"
  },
  "sensors": [
    {
      "kind": "GAUGE",
      "labels": { "export": "Oxygen", "metric": "QueueSize" },
      "ts": 1509885296,
      "value": 3.14159
    }
  ],
  "ts": 1503837296
}