Use grafanalib to generate Grafana dashboards

This commit is contained in:
Arve Knudsen
2017-10-30 22:05:25 +01:00
parent 8bf449907c
commit d04cccc526
25 changed files with 3504 additions and 6831 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM python:3.6-slim
RUN apt-get update -y && apt-get install -y git
RUN pip3 install virtualenv
ENTRYPOINT ["/bin/bash"]