summaryrefslogtreecommitdiffstats
path: root/node-admin/src/test/resources/docker.stats.metrics.expected.json
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/src/test/resources/docker.stats.metrics.expected.json')
-rw-r--r--node-admin/src/test/resources/docker.stats.metrics.expected.json121
1 files changed, 0 insertions, 121 deletions
diff --git a/node-admin/src/test/resources/docker.stats.metrics.expected.json b/node-admin/src/test/resources/docker.stats.metrics.expected.json
deleted file mode 100644
index f4de239fdce..00000000000
--- a/node-admin/src/test/resources/docker.stats.metrics.expected.json
+++ /dev/null
@@ -1,121 +0,0 @@
-[
- {
- "application": "host_life",
- "dimensions": {
- "flavor": "docker",
- "instanceName": "testinstance",
- "applicationId": "tester.testapp.testinstance",
- "applicationName": "testapp",
- "app": "testapp.testinstance",
- "clustertype": "clustType",
- "role": "tenants",
- "tenantName": "tester",
- "zone": "dev.us-east-1",
- "host": "host1.test.yahoo.com",
- "vespaVersion": "1.2.3",
- "state": "active",
- "clusterid": "clustId",
- "parentHostname": "parent.host.name.yahoo.com"
- },
- "metrics": {
- "alive": 1.0,
- "uptime": 1234.0
- },
- "routing": {
- "yamas": {
- "namespaces": [
- "Vespa"
- ]
- }
- }
- },
- {
- "application":"docker",
- "dimensions":{
- "flavor":"docker",
- "applicationName": "testapp",
- "instanceName": "testinstance",
- "applicationId": "tester.testapp.testinstance",
- "app":"testapp.testinstance",
- "clustertype":"clustType",
- "role":"tenants",
- "tenantName":"tester",
- "host":"host1.test.yahoo.com",
- "vespaVersion":"1.2.3",
- "state":"active",
- "clusterid":"clustId",
- "parentHostname":"parent.host.name.yahoo.com",
- "zone":"dev.us-east-1",
- "interface":"eth1"
- },
- "metrics":{
- "node.network.bytes_sent":5.4246745E7,
- "node.network.bytes_rcvd":3245766.0
- },
- "routing":{
- "yamas":{
- "namespaces": ["Vespa"]
- }
- }
- },
- {
- "application":"docker",
- "dimensions":{
- "flavor":"docker",
- "applicationName": "testapp",
- "instanceName": "testinstance",
- "applicationId": "tester.testapp.testinstance",
- "app":"testapp.testinstance",
- "clustertype":"clustType",
- "role":"tenants",
- "tenantName":"tester",
- "host":"host1.test.yahoo.com",
- "vespaVersion":"1.2.3",
- "state":"active",
- "clusterid":"clustId",
- "parentHostname":"parent.host.name.yahoo.com",
- "zone":"dev.us-east-1"
- },
- "metrics":{
- "node.cpu.busy.pct": 6.75,
- "node.cpu.throttled_time": 4523.0,
- "node.memory.usage":1.326026752E9,
- "node.memory.limit":4.294967296E9,
- "node.disk.limit":2.68435456E11
- },
- "routing":{
- "yamas":{
- "namespaces": ["Vespa"]
- }
- }
- },
- {
- "application":"docker",
- "dimensions":{
- "flavor":"docker",
- "applicationName": "testapp",
- "instanceName": "testinstance",
- "applicationId": "tester.testapp.testinstance",
- "app":"testapp.testinstance",
- "clustertype":"clustType",
- "role":"tenants",
- "tenantName":"tester",
- "host":"host1.test.yahoo.com",
- "vespaVersion":"1.2.3",
- "state":"active",
- "clusterid":"clustId",
- "parentHostname":"parent.host.name.yahoo.com",
- "zone":"dev.us-east-1",
- "interface":"eth0"
- },
- "metrics":{
- "node.network.bytes_sent":2.0303455E7,
- "node.network.bytes_rcvd":1.949927E7
- },
- "routing":{
- "yamas":{
- "namespaces": ["Vespa"]
- }
- }
- }
-]