Merge "Show more lines in log queries in Grafana"

This commit is contained in:
Thomas Dräbing 2020-04-03 09:58:31 +00:00 committed by Gerrit Code Review
commit e2a5902494

View file

@ -308,6 +308,8 @@ datasources:
url: #@ "http://loki-{}.{}.svc.cluster.local:3100".format(data.values.namespace, data.values.namespace)
access: proxy
isDefault: false
jsonData:
maxLines: 10000
- name: LokiPromQL
type: prometheus
url: #@ "http://loki-{}.{}.svc.cluster.local:3100/loki".format(data.values.namespace, data.values.namespace)