mesos / mesos_exporter

Prometheus Mesos Exporter
Apache License 2.0
104 stars 62 forks source link

expose mesos framework metrics #96

Open liorchaga opened 4 years ago

liorchaga commented 4 years ago

expose per each framework: active used resources offered resources

Brico87 commented 4 years ago

Hey ! Could your PR will also export the metrics associated to framework's tasks execution like describe in http://mesos.apache.org/documentation/latest/monitoring/#frameworks ?

liorchaga commented 4 years ago

@Brico87 Do you refer to the metric per framework, like master/frameworks/<ENCODED_FRAMEWORK_NAME>/<FRAMEWORK_ID>/subscribed? My mesos clusters are running 1.5, this was introduced in 1.10, so will have to upgrade mesos first. So I can't promise it will be done soon (work priorities...). But will look into it, if there's good incentive for us to upgrade mesos might be able to push it.

Brico87 commented 4 years ago

Yes indeed. I am talking about that.