SHA256
1
0
forked from pool/haproxy

- enable prometheus exporter

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=191
This commit is contained in:
Marcus Rückert 2019-08-20 15:07:03 +00:00 committed by Git OBS Bridge
parent 3991d9682a
commit 530d7f588c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 20 15:05:47 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- enable prometheus exporter
-------------------------------------------------------------------
Tue Aug 20 14:05:47 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -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}"