Benjamin Mahler created MESOS-9593:
--------------------------------------
Summary: Allocator's metrics for filter counts should include
framework id.
Key: MESOS-9593
URL: https://issues.apache.org/jira/browse/MESOS-9593
Project: Mesos
Issue Type: Improvement
Components: allocation
Reporter: Benjamin Mahler
MESOS-4722 added per-role filter metrics, which isn't very helpful for figuring
out which framework is filtering offers when frameworks are sharing a role:
{code}
"allocator/mesos/offer_filters/roles/*/active": 88,
"allocator/mesos/offer_filters/roles/monitoring-role/active": 0,
"allocator/mesos/offer_filters/roles/slave_public/active": 171,
"allocator/mesos/offer_filters/roles/spark-dispatcher/active": 288,
{code}
If there are multiple frameworks sharing these roles, it becomes hard to
diagnose what's happening.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)