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:
Willy Tarreau
2021-04-02 15:35:19 +02:00
parent 92dc78605a
commit 3dfadc7ae7
5 changed files with 6 additions and 5 deletions

4
.github/matrix.py vendored
View File

@@ -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",
],