Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(loki): refinement #2911

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
retention_enabled: true
retention_delete_delay: 2h
retention_delete_worker_count: 150
working_directory: /var/loki/compactor/retention
frontend:
max_outstanding_per_tenant: 4096
ingester:
Expand All @@ -58,6 +59,8 @@ spec:
shard_streams:
enabled: true
split_queries_by_interval: 1h
query_range:
parallelise_shardable_queries: false
query_scheduler:
max_outstanding_requests_per_tenant: 4096
rulerConfig:
Expand Down Expand Up @@ -138,6 +141,8 @@ spec:
grafana_dashboard: "true"
serviceMonitor:
enabled: true
metricsInstance:
enabled: false

valuesFrom:
- kind: Secret
Expand Down
Loading