reddit/marathon_exporter

Name: marathon_exporter

Owner: Reddit

Description: A Prometheus metrics exporter for the Marathon Mesos framework

Forked from: gettyimages/marathon_exporter

Created: 2017-10-26 20:26:12.0

Updated: 2017-10-26 20:26:14.0

Pushed: 2017-10-26 21:04:25.0

Homepage:

Size: 360

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Marathon Prometheus Exporter

Build Status Docker Pulls

A Prometheus metrics exporter for the Marathon Mesos framework.

This exporter exposes Marathon's Codahale/Dropwizard metrics via its /metrics endpoint. To learn more, visit the Marathon metrics doc.

Getting
 get github.com/gettyimages/marathon_exporter

-or-

cker pull gettyimages/marathon_exporter

-or-

 deps && make
marathon_exporter --help
Using
e of marathon_exporter:
arathon.uri string
    URI of Marathon (default "http://marathon.mesos:8080")
eb.listen-address string
    Address to listen on for web interface and telemetry. (default ":9088")
eb.telemetry-path string
    Path under which to expose metrics. (default "/metrics")
og.format value
    If set use a syslog logger or JSON logging. Example: logger:syslog?appname=bob&local=7 or logger:stdout?json=true. Defaults to stderr.
og.level value
    Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]. (default info)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.