-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
After a discussion with SuperQ on IRC he concluded the following:
There are labels for "percent", "total", "free", and "used". This makes using Prometheus harder.
If they correctly used the metric, it would look like this:
(mesos_master_allocator_resources_free_cpus + mesos_master_allocator_resources_used_cpus) and mesos_master_elected == 1
At a minimum, they should just delete the percent and total so you could do it this way:
sum without (type) (mesos_master_allocator_resources_cpus) and mesos_master_elected == 1
I guess the request is to follow prometheus exporter best practices.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels