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:
parent
9d5d63cb7f
commit
5a9289d777
|
@ -30,7 +30,11 @@
|
|||
},
|
||||
"os": {
|
||||
"cpu": {
|
||||
"load_average": 0.66
|
||||
"load_average": [
|
||||
0.66,
|
||||
0.87,
|
||||
1.28
|
||||
]
|
||||
}
|
||||
},
|
||||
"process": {
|
||||
|
|
Loading…
Reference in New Issue