Skip to content

Commit

Permalink
Enable remote prometheus write
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani-opstree authored Aug 26, 2024
1 parent c2a18a3 commit c270483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions charts/tempo/standalone/examples/persistent-volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ tempo:
securityContext:
privileged: true
runAsUser: 0
metricsGenerator:
enabled: true
remoteWriteUrl: "http://kube-prometheus.monitoring:9090/api/v1/write"

persistence:
enabled: true
Expand Down
3 changes: 0 additions & 3 deletions charts/tempo/standalone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ tempo:
limits:
cpu: 1
memory: 2Gi
metricsGenerator:
enabled: true
remoteWriteUrl: "http://kube-prometheus.monitoring:9090/api/v1/write"

persistence:
enabled: true
Expand Down

0 comments on commit c270483

Please sign in to comment.