mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 06:02:33 +02:00
CONTRIB: move prometheus-exporter to addons/promex
Let's start to better organize the addons by moving promex there (and with an easier directory name). The makefile and maintainers files were updated, as well as the CI's build matrix.
This commit is contained in:
4
.github/matrix.py
vendored
4
.github/matrix.py
vendored
@@ -81,7 +81,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_PROMEX=1",
|
||||
"USE_51DEGREES=1",
|
||||
"51DEGREES_SRC=contrib/51d/src/pattern",
|
||||
],
|
||||
@@ -147,7 +147,7 @@ matrix.append(
|
||||
"WURFL_LIB=contrib/wurfl",
|
||||
"USE_DEVICEATLAS=1",
|
||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||
"USE_PROMEX=1",
|
||||
"USE_51DEGREES=1",
|
||||
"51DEGREES_SRC=contrib/51d/src/pattern",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user