Skip to content

Commit

Permalink
Enable loki and set loki.chunksCache.to 128 to limits memory useage.
Browse files Browse the repository at this point in the history
Here’s a temporary solution; refer to this issue for details.
grafana/loki#12809
  • Loading branch information
shu-unifra committed Nov 5, 2024
1 parent 472aefb commit 649b0b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/scroll-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ grafana:
- "grafana.scrollsdk"

loki:
enabled: false
enabled: true
fullnameOverride: loki
deploymentMode: SingleBinary
persistence:
Expand Down
5 changes: 4 additions & 1 deletion examples/values/scroll-monitor-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ kube-prometheus-stack:
receiver: "slack-alerts"
routes:
- matchers: []
receiver: "slack-alerts"
receiver: "slack-alerts"
loki:
chunksCache:
allocatedMemory: 128

0 comments on commit 649b0b8

Please sign in to comment.