Update 22.11 -> 24.11; uptime is changed? #3402
Unanswered
luddite516
asked this question in
Q&A
Replies: 1 comment
-
|
@luddite516 I see that the node_uptime metric is available in version 24.11 for both REST and ZAPI. Could you please email us the output of the API call
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am in the process of installing the latest harvest, and will be switching from ZAPI to REST-based data collection.
It appears that the metric 'node_uptime' which existed in 22.11 is not collected by REST. Instead, I see 'uptime' as a label for the 'node_labels' object, and that should work for what we are using it for.
The problem I have is that the 'uptime' label does not appear in the node_labels objects which harvest REST has collected thus far. The templates look good; I have not modified them. But I am not understanding why all the node labels are being collected fine except for uptime?
Example of one of our node_labels instances:
node_labels{bmc_firmware_version="13.10P1", cluster="xxxxxxx", cpu_firmware_release="16.10", datacenter="xxxxxxx", ha_partner="xxxxxxx", healthy="true", instance="localhost:12007", job="xxxxxxx", location="xxxxxxx", max_aggr_size="879609302220800", max_vol_num="2500", max_vol_size="329853488332800", model="FAS8700", node="xxxxxxx", partner_healthy="true", serial="952347003575", site="test2", vendor="NetApp", version="NetApp Release 9.14.1P7: Thu Aug 01 03:07:44 UTC 2024", warnings="There are no failed fans.; There are no failed power supplies.; false"}
Beta Was this translation helpful? Give feedback.
All reactions