aboutsummaryrefslogtreecommitdiff
path: root/utils/prometheus
Commit message (Collapse)AuthorAge
* prometheus: Fix build for mips64/mips64elJeffery To2019-07-23
| | | | | | | | | | | | | Prometheus uses an older version of fsnotify, which uses a system call (unix.InotifyInit) that is not implemented for mips64/mips64el. This patches Prometheus to use a newer version of fsnotify that uses a different system call (unix.InotifyInit1) that should be available on all Linux systems. Fixes #9494. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* prometheus: update to 2.10Paul Spooren2019-05-28
| | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* prometheus: update to 2.8.0 + bzr-less backportPaul Spooren2019-03-25
| | | | | | Update to 2.8.0 and add patch to get rid of the bzr requirement Signed-off-by: Paul Spooren <mail@aparcar.org>
* prometheus: update to 2.7.1Paul Spooren2019-02-04
| | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* prometheus: update to 2.6.1Paul Spooren2019-01-21
| | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* prometheus: Update to 2.6.0Rosen Penev2018-12-19
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prometheus: add packagePaul Spooren2018-07-26
Compile tested: x86/64, aarch64_cortex-a53 Run tested: x86/64 Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de> Signed-off-by: Paul Spooren <mail@aparcar.org>