mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-17 02:56:51 +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",
|
"WURFL_LIB=contrib/wurfl",
|
||||||
"USE_DEVICEATLAS=1",
|
"USE_DEVICEATLAS=1",
|
||||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||||
|
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||||
# "USE_51DEGREES=1",
|
# "USE_51DEGREES=1",
|
||||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
||||||
],
|
],
|
||||||
@ -137,6 +138,7 @@ matrix.append(
|
|||||||
"WURFL_LIB=contrib/wurfl",
|
"WURFL_LIB=contrib/wurfl",
|
||||||
"USE_DEVICEATLAS=1",
|
"USE_DEVICEATLAS=1",
|
||||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||||
|
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||||
# "USE_51DEGREES=1",
|
# "USE_51DEGREES=1",
|
||||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user