Skip to content

Commit

Permalink
enabled the compactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pvishwa3 committed Jan 14, 2025
1 parent 7be853f commit 450a0e1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
10 changes: 8 additions & 2 deletions templates/application-glueops-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ spec:
prune: true
selfHeal: true
retry:
backoff:
backoff:
duration: 10s
factor: 2
maxDuration: 3m0s
limit: 5
source:
repoURL: 'https://helm.gpkg.io/platform'
chart: glueops-grafana-dashboards
targetRevision: 0.12.1
targetRevision: 0.13.2-rc6
helm:
skipCrds: true
parameters:
- name: captain_domain
value: {{ .Values.captain_domain }}

4 changes: 4 additions & 0 deletions templates/application-kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ spec:
- name: Loki
type: loki
url: http://loki-gateway.glueops-core-loki.svc.cluster.local
- name: Tempo
type: tempo
uid: de7lydl3hl9fkd
url: http://grafana-tempo-query-frontend.glueops-core-tempo:3100
grafana.ini:
users:
viewers_can_edit: true
Expand Down
5 changes: 4 additions & 1 deletion templates/application-kube-thanos-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ spec:
bucketweb:
enabled: true
compactor:
enabled: false
enabled: true
retentionResolutionRaw: 15d
retentionResolution5m: 30d
retentionResolution1h: 10y
resources:
requests:
cpu: 2
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ prometheus:
node_exporter: true
alertmanager_log_level: info
retentionSize: "10GB"
retention: 12h
retention: 2d

otel:
replicas: 1
Expand Down

0 comments on commit 450a0e1

Please sign in to comment.