Use grafanalib to generate Grafana dashboards

This commit is contained in:
Arve Knudsen
2017-09-15 08:05:12 +02:00
parent 8bf449907c
commit d04cccc526
25 changed files with 3504 additions and 6831 deletions

6
Dockerfile Normal file
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"]