logging: add promtail + loki + grafana #190

Closed
mg wants to merge 46 commits from loki into master
Showing only changes of commit 048814f256 - Show all commits

View file

@ -23,7 +23,7 @@ promtail_config_scrape_configs:
- targets: - targets:
- localhost - localhost
labels: labels:
host: ${hostname} host: ${HOSTNAME}
job: varlogs job: varlogs
__path__: /var/log/**/** __path__: /var/log/**/**
# TODO add docker # TODO add docker