QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
332 stars 55 forks source link

Fix regex in Prometheus config example in the README #56

Closed billux closed 3 years ago

billux commented 3 years ago

The variable ${1} doesn't reference any match group in the regex, leading to a __address__ without the host part.

This commit fixes that.