summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test/resources/yamas-array.json
blob: c9293623b25efd4a26a3579a0c049046b2a347f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "status_code" : 0,
  "timestamp" : 1400047900,
  "application" : "vespa.searchnode",
  "metrics" : {
    "cpu" : 55.5555555555555,
    "memory_virt" : 22222222222,
    "memory_rss" : 5555555555
  },
  "dimensions" : {
    "applicationName" : "app",
    "tenantName" : "tenant",
    "metrictype" : "system",
    "instance" : "searchnode",
    "applicationInstance" : "default",
    "clustername" : "cluster"
  },
  "routing" : {
    "yamas" : {
      "namespaces" : [
        "Vespa"
      ]
    }
  },
  "status_msg" : "Data collected successfully"
}