Skip to content

Commit

Permalink
Add buffer to output
Browse files Browse the repository at this point in the history
bashofmann committed Apr 21, 2022
1 parent 7b3446b commit cee4613
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: loki
type: application
version: 2.5.6
version: 2.5.7
appVersion: v2.5.0
description: "Loki: like Prometheus, but for logs."
home: https://grafana.com/loki
4 changes: 4 additions & 0 deletions charts/loki/templates/logging-output.yaml
Original file line number Diff line number Diff line change
@@ -8,4 +8,8 @@ spec:
loki:
url: http://{{ include "loki.fullname" . }}.{{ .Release.Namespace }}:3100
configure_kubernetes_labels: true
buffer:
timekey: 5s
timekey_wait: 2s
timekey_use_utc: true
{{- end }}

0 comments on commit cee4613

Please sign in to comment.