From 530d7f588cf49ed929fea1e9f534d0d9bb8d181dab3d70fc13c1830ae35cfcf9 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 20 Aug 2019 15:07:03 +0000 Subject: [PATCH] - enable prometheus exporter OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=191 --- haproxy.changes | 5 +++++ haproxy.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/haproxy.changes b/haproxy.changes index 910a695..4482292 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 20 15:05:47 UTC 2019 - Marcus Rueckert + +- enable prometheus exporter + ------------------------------------------------------------------- Tue Aug 20 14:05:47 UTC 2019 - Marcus Rueckert diff --git a/haproxy.spec b/haproxy.spec index 7770411..0d50fbc 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -157,6 +157,7 @@ make \ USE_RELRO_NOW=1 \ LIB="%{_lib}" \ PREFIX="%{_prefix}" \ + EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" \ DEBUG_CFLAGS="%{optflags}" V=1 %if %{with systemd} make -C contrib/systemd PREFIX="%{_prefix}"