Node Stats API returns string values for os.cgroup.memory stats #93429
Labels
:Core/Infra/Core
Core issues without another label
>enhancement
Team:Core/Infra
Meta label for core/infra team
Elasticsearch Version
8.7.0-SNAPSHOT
Installed Plugins
No response
Java Version
bundled
OS Version
Ubuntu 20.04
Problem Description
Actual
The Node Stats API returns string values for
os.cgroup.memory.limit_in_bytes
andos.cgroup.memory.usage_in_bytes
. Other cgroup stats are numeric as expected; only memory is affected.Expected
Return numeric values for
os.cgroup.memory.limit_in_bytes
andos.cgroup.memory.usage_in_bytes
.Impact
Rally's
node-stats
telemetry device recursively walks node stats keys, returning only integer and float values.Steps to Reproduce
GET /_nodes/stats?filter_path=**.os.cgroup.memory
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: