mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-24 21:52:17 +00:00
CI: Github Actions: enable prometheus exporter
This commit is contained in:
parent
77e1c6fb0a
commit
69c10f1d50
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -72,6 +72,7 @@ for CC in ["gcc", "clang"]:
|
||||
"WURFL_LIB=contrib/wurfl",
|
||||
"USE_DEVICEATLAS=1",
|
||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||
# "USE_51DEGREES=1",
|
||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
||||
],
|
||||
@ -137,6 +138,7 @@ matrix.append(
|
||||
"WURFL_LIB=contrib/wurfl",
|
||||
"USE_DEVICEATLAS=1",
|
||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||
# "USE_51DEGREES=1",
|
||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user