Skip to content

Commit

Permalink
Loki: re-enable retention and reduce logging
Browse files Browse the repository at this point in the history
More like what we had before.

Signed-off-by: Bryan Boreham <[email protected]>
  • Loading branch information
bboreham committed Nov 2, 2024
1 parent 60d99c0 commit f20f1cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion prombench/manifests/cluster-infra/6b_loki_stateful_set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ data:
server:
http_listen_port: 3100
grpc_listen_port: 9096
log_level: debug
log_level: info
grpc_server_max_concurrent_streams: 1000
compactor:
retention_enabled: true
limits_config:
retention_period: 2184h
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit f20f1cd

Please sign in to comment.