aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/named_metrics.json
blob: 98f93e8c393c040ce1c118908075fc3103e87b0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "labels": {
    "project": "solomon",
    "cluster": "prod-sas",
    "service": "stockpile"
  },
  "metrics": [
    {
      "type": "DGAUGE",
      "name": "Memory",
      "value": 1
    },
    {
      "type": "DGAUGE",
      "name": "QueueSize",
      "labels": {
        "export": "Oxygen"
      },
      "value": 10
    }
  ]
}