add remotewrite to prometheus
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-02 21:13:29 +02:00
parent a11c8da81d
commit a88ac3b91a
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -152,6 +152,13 @@ prometheus:
enabled: true enabled: true
prefix: prometheus prefix: prometheus
prometheusSpec: prometheusSpec:
remoteWrite:
- url: http://receiver-write.thanos.svc.cluster.local:10908/api/v1/receive
name: thanos
queueConfig:
maxSamplesPerSend: 1000
maxShards: 200
capacity: 2500
retentionSize: "45GB" retentionSize: "45GB"
replicas: 2 replicas: 2
storageSpec: storageSpec: