Jie Yu created MESOS-8900:
-----------------------------

             Summary: Container statistics should be exposed as Metrics.
                 Key: MESOS-8900
                 URL: https://issues.apache.org/jira/browse/MESOS-8900
             Project: Mesos
          Issue Type: Improvement
            Reporter: Jie Yu


Currently, those are not exposed as metrics, but rather a customized format:
https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L1642

It'll be nice to expose those as metrics with proper labeling. For instance, 
using the prometheus format:
https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md

In that way, it'll be much easier to plug into the metrics system (e.g., 
prometheus). Also, some stats like xxx_p50, xxx_p99 can be abstracted into some 
more standard Metrics concept like Quantile.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to