We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eaa629 + 38cb29f commit 65ab8adCopy full SHA for 65ab8ad
hack/observability/loki/values.yaml
@@ -1 +1,10 @@
1
# Placeholder for loki chart configuration, see https://github.com/grafana/helm-charts/tree/main/charts/loki
2
+
3
+# Set high ingestion limits so log-push can push logs without hitting the rate limits:
4
+# Push response: status: "429 Too Many Requests", body: "Ingestion rate limit exceeded for user fake (limit:
5
+# 4194304 bytes/sec) while attempting to ingest '1000' lines totaling '755293' bytes, reduce log volume or
6
+# contact your Loki administrator to see if the limit can be increased"
7
+config:
8
+ limits_config:
9
+ ingestion_rate_mb: 1024
10
+ ingestion_burst_size_mb: 1024
0 commit comments