add remotewrite to prometheus
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
a11c8da81d
commit
a88ac3b91a
1 changed files with 7 additions and 0 deletions
|
@ -152,6 +152,13 @@ prometheus:
|
|||
enabled: true
|
||||
prefix: prometheus
|
||||
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"
|
||||
replicas: 2
|
||||
storageSpec:
|
||||
|
|
Loading…
Reference in a new issue