aboutsummaryrefslogtreecommitdiff
path: root/utils/prometheus-statsd-exporter/Makefile
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-07-07
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* prometheus-statsd-exporter: update PGK_VERSION to v0.15.0Florian Eckert2020-03-19
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* prometheus-statsd-exporter: bump versionAndre Heider2019-01-09
| | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* 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>