prometheus-junkyard / mesos_exporter

Prometheus exporter for Mesos, deprecated.
Apache License 2.0
42 stars 22 forks source link

Add protocol scheme to URL of Mesos Master #12

Closed wndhydrnt closed 9 years ago

wndhydrnt commented 9 years ago

This PR adds the protocol scheme to the URL used to query the Mesos Master for new Mesos Slaves if it is not already set in the Location header.

wndhydrnt commented 9 years ago

Starting from 0.23.0, a Mesos Master does not set the protocol scheme in the redirect URL.

juliusv commented 9 years ago

/cc @antonlindstrom @tommyulfsparre

tommyulfsparre commented 9 years ago

LGTM!

antonlindstrom commented 9 years ago

LGTM! Thanks @wndhydrnt! :+1:

fabxc commented 9 years ago

Thanks!