prometheus xai cli tool setup WIP

This commit is contained in:
2021-04-02 07:31:03 -04:00
parent 6fcc1866d4
commit 5b0746fcd6
15 changed files with 413 additions and 31 deletions

View File

@@ -1,2 +1,4 @@
FROM prom/prometheus:v2.9.2
ARG PROM_VERSION=v2.9.2
FROM prom/prometheus:${PROM_VERSION}
ADD prometheus.yml /etc/prometheus/