Skip to content

Commit

Permalink
smaller retention for prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine committed Oct 22, 2024
1 parent 98b9cb3 commit b917126
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions infra/helm/monitoring/bootstrap-monitoring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ helm repo add grafana https://grafana.github.io/helm-charts
helm repo update

helm install prometheus prometheus-community/prometheus -n monitoring --create-namespace \
--set server.global.scrape_interval=20s
--set server.global.scrape_interval=30s,server.retention=5d
helm install grafana grafana/grafana -n monitoring \
--set persistence.storageClassName=microk8s-hostpath
helm upgrade --install loki grafana/loki-stack -n monitoring \
--set fluent-bit.enabled=false,promtail.enabled=true,grafana.enabled=false,loki.image.tag=2.9.3



0 comments on commit b917126

Please sign in to comment.