You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2016/03/22 18:48:25 UTC

[jira] [Updated] (MESOS-5001) Prefix allocator metrics with "mesos/" to better support custom allocator metrics.

     [ https://issues.apache.org/jira/browse/MESOS-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Mahler updated MESOS-5001:
-----------------------------------
    Description: 
There currently exists only a single allocator metric named
{code}
'allocator/event_queue_dispatches'
{code}

In order to support different allocator implementations (the "mesos" allocator being the default one included in the project currently), it would be better to rename the metric so that allocator metrics are prefixed with the allocator implementation name:

{code}
allocator/mesos/event_queue_dispatches
{code}

This consistent with the approach taken for containerizer metrics, where the mesos containerizer exposes its metrics under a "mesos/" prefix.

  was:The allocator metric {{allocator/event_queue_dispatches}} is specific to the Mesos allocator, while the name does not clearly communicate that fact. It seems we should be more clear, like we e.g., already do for the containerizers, e.g., a name like {{allocator/mesos/event_queue_dispatches}}. 

        Summary: Prefix allocator metrics with "mesos/" to better support custom allocator metrics.  (was: Allocator metric 'allocator/event_queue_dispatches' should be marked as Mesos allocator-specific )

> Prefix allocator metrics with "mesos/" to better support custom allocator metrics.
> ----------------------------------------------------------------------------------
>
>                 Key: MESOS-5001
>                 URL: https://issues.apache.org/jira/browse/MESOS-5001
>             Project: Mesos
>          Issue Type: Improvement
>          Components: allocation
>    Affects Versions: 0.23.0, 0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.28.0
>            Reporter: Benjamin Bannier
>            Assignee: Benjamin Bannier
>              Labels: mesosphere
>
> There currently exists only a single allocator metric named
> {code}
> 'allocator/event_queue_dispatches'
> {code}
> In order to support different allocator implementations (the "mesos" allocator being the default one included in the project currently), it would be better to rename the metric so that allocator metrics are prefixed with the allocator implementation name:
> {code}
> allocator/mesos/event_queue_dispatches
> {code}
> This consistent with the approach taken for containerizer metrics, where the mesos containerizer exposes its metrics under a "mesos/" prefix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)