#Active/enabled/up boolean metrics
1 messages · Page 1 of 1 (latest)
hi @stoic narwhal Harvest questions are welcome here. Which metric in particular are you asking about?
It's the lack of particular metrics rather than any existing metric
E.g. there's a node_uptime, but no node_admin_state or node_operational_state
Not just for node_*, but for any "thing" that can be up/down, active/inactive, etc.
Some sort of "boolean" metric that's 1 if the thing is up and 0 if it's down
take a look at https://netapp.github.io/harvest/nightly/ontap-metrics/#node_new_status typically we export *_new_status metrics for that sort of information. If you search on this page, you'll see the full list of them https://netapp.github.io/harvest/nightly/ontap-metrics
Oh, I see now
May I ask why new is in the name rather than node_status?
(just curious)
good question! It's because some objects already export a _status metric and we needed a way to disambiguate them
Alright then, lol
lol indeed. It's one of those things we would change if we could, but it would be more inconsiderate to change the name of metrics now
Yeah, it's the kind of thing you really only get one shot at, and there's a bit of a linguistic quagmire around state/status/operational status/active/enabled/etc/etc, and I don't necessarily have a better name in mind
But I did see and skim over them and assumed they had something to do with newly-added or perhaps uninitialized status
yep that makes sense. Hopefully the public docs I shared make sense
They do, thank you
you're welcome!