etcd monitoring code examples.

This commit is contained in:
2023-04-10 20:52:24 +02:00
parent 092c830f52
commit f86bb5f55a
9 changed files with 267 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM python:3.8
RUN pip install prometheus_client
COPY exporter.py /