Correct load average structure for NodeStatsRendererTests

In elastic/elasticsearchelastic/elasticsearch#15907, we changed the load average
structure to also include 5 and 15 minute load averages. This
commit adjusts the expected JSON structure for
NodeStatsRendererTests.

Original commit: elastic/x-pack-elasticsearch@59f6a1e9d9
This commit is contained in:
Daniel Mitterdorfer 2016-01-12 08:29:51 +01:00
parent 9d5d63cb7f
commit 5a9289d777
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,11 @@
},
"os": {
"cpu": {
"load_average": 0.66
"load_average": [
0.66,
0.87,
1.28
]
}
},
"process": {