summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test/resources/yamas-array-no-routing.json
blob: 8f21e8253b98bad75dfb0631bc97355c6795e5de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
  },
  "status_msg" : "Data collected successfully"
}