summaryrefslogtreecommitdiffstats
path: root/node-admin/src/test/resources
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@oath.com>2018-02-28 11:51:49 +0100
committerValerij Fredriksen <valerijf@oath.com>2018-02-28 11:51:49 +0100
commitf6b43ec0c2b3b584a2501fa733d5d7abf663591b (patch)
tree2e2a2e8959798d06ec8f181aad8970105b406e57 /node-admin/src/test/resources
parent29b39068a3ffd22f906e72fdf2eedb9fe4d9d096 (diff)
Send orchestratorState dimension to metrics proxy
Diffstat (limited to 'node-admin/src/test/resources')
-rw-r--r--node-admin/src/test/resources/expected.container.system.metrics.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/node-admin/src/test/resources/expected.container.system.metrics.txt b/node-admin/src/test/resources/expected.container.system.metrics.txt
index 023d3958c60..fab0f822d19 100644
--- a/node-admin/src/test/resources/expected.container.system.metrics.txt
+++ b/node-admin/src/test/resources/expected.container.system.metrics.txt
@@ -19,6 +19,7 @@ s:
},
"dimensions": {
"host": "host1.test.yahoo.com",
+ "orchestratorState":"ALLOWED_TO_BE_DOWN",
"role": "tenants",
"state": "active",
"parentHostname": "parent.host.name.yahoo.com"
@@ -42,8 +43,9 @@ s:
"net.in.errors": 55
},
"dimensions": {
- "host": "host1.test.yahoo.com",
"role": "tenants",
+ "host": "host1.test.yahoo.com",
+ "orchestratorState":"ALLOWED_TO_BE_DOWN",
"state": "active",
"interface": "eth0",
"parentHostname": "parent.host.name.yahoo.com"
@@ -67,8 +69,9 @@ s:
"net.in.errors": 0
},
"dimensions": {
- "host": "host1.test.yahoo.com",
"role": "tenants",
+ "host": "host1.test.yahoo.com",
+ "orchestratorState":"ALLOWED_TO_BE_DOWN",
"state": "active",
"interface": "eth1",
"parentHostname": "parent.host.name.yahoo.com"