Skip to content

Commit 64bc42a

Browse files
author
Diego Luisi
committed
⚡ add OTEL_LOGS_EXPORTER
1 parent 5ddf975 commit 64bc42a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

apps/loki/overlays/ops/kustomization.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,18 +194,19 @@ helmCharts:
194194

195195
# limits config
196196
limits_config:
197+
ingestion_burst_size_mb: 30
198+
ingestion_rate_mb: 20
197199
max_cache_freshness_per_query: 10m
200+
max_entries_limit_per_query: 100000
201+
max_line_size: 10000
198202
max_query_parallelism: 8
199-
reject_old_samples: true
200-
reject_old_samples_max_age: 168h
201-
split_queries_by_interval: 15m
202203
per_stream_rate_limit: 5MB
203204
per_stream_rate_limit_burst: 20MB
204-
ingestion_rate_mb: 20
205-
ingestion_burst_size_mb: 30
206-
max_entries_limit_per_query: 100000
207205
query_timeout: 300s
206+
reject_old_samples: true
207+
reject_old_samples_max_age: 168h
208208
retention_period: 7d
209+
split_queries_by_interval: 15m
209210

210211
# querier config
211212
querier:

0 commit comments

Comments
 (0)