aboutsummaryrefslogtreecommitdiff
path: root/utils/prometheus-statsd-exporter
Commit message (Collapse)AuthorAge
* prometheus-statsd-exporter: fix compilation with go 1.11.4Andre Heider2019-01-04
| | | | | | | | | | | This fixes the exact same build error reported at [0]. Upstream fixed it too, see [1], but I decided to use the minimal patch until a new version is released instead. [0] https://github.com/golang/go/issues/29281 [1] https://github.com/prometheus/statsd_exporter/pull/171 Signed-off-by: Andre Heider <a.heider@gmail.com>
* prometheus-statsd-exporter: add myself as maintainerAndre Heider2019-01-04
| | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* prometheus-statsd-exporter: add new packageAndre Heider2018-12-12
statsd_exporter receives StatsD-style metrics and exports them as Prometheus metrics. Signed-off-by: Andre Heider <a.heider@gmail.com>