[OPB-37] fixing loki data source in docker compose config

This commit is contained in:
Sheldan
2021-08-22 19:09:28 +02:00
parent d7f5fc21d6
commit 6652c90edb
2 changed files with 10 additions and 2 deletions

View File

@@ -20,4 +20,10 @@ datasources:
jsonData:
sslmode: 'disable'
version: 1
editable: false
editable: false
- name: Loki
type: loki
access: proxy
url: 'http://${LOKI_HOST}:${LOKI_PORT}'
jsonData:
maxLines: 2000