bluemaestro: populate grafana

This commit is contained in:
Dima Gerasimov 2021-02-14 22:57:02 +00:00 committed by karlicoss
parent 1899b006de
commit 6d9bc2964b
2 changed files with 31 additions and 3 deletions

View file

@ -25,12 +25,11 @@ from my.core import get_files
import my.bluemaestro as M
from my.config import bluemaestro as BC
BC.export_path = get_files(BC.export_path)
# BC.export_path = get_files(BC.export_path)[:40]
# print(list(M.measurements())[:10])
print(M.dataframe())
M.fill_influxdb()
ffwf