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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue