Skip to content

Commit 65ab8ad

Browse files
authored
Merge pull request #7275 from sbueringer/pr-increase-loki-ingestion-limits
🌱 Loki: increase Loki ingestion limits for log-push
2 parents 5eaa629 + 38cb29f commit 65ab8ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hack/observability/loki/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# 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

Comments
 (0)