mesos / mesos_exporter

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

show mesos exporter version #50

Closed jcmartins closed 6 years ago

jcmartins commented 7 years ago

Show mesos exporter in CLI exemple: Starting mesos exporter (version=1.0.0, branch=master, revision=f49a14830eb8c74e0f8c81834915e93f2e3df96b)

Show mesos_exporter version in /metrics exemple:

HELP mesos_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which prometheus was built.

TYPE mesos_exporter_build_info gauge

mesos_exporter_build_info{branch="master",goversion="go1.9",revision="f49a14830eb8c74e0f8c81834915e93f2e3df96b",version="1.0.0"} 1