Skip to content

Commit

Permalink
add remote write url endpoint for persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicrosati committed Apr 10, 2019
1 parent f7e8cb3 commit ccc1b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/valence/prometheus/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ data:
evaluation_interval: 10s
rule_files:
- "/etc/prometheus-rules/*.rules"
remote_write:
- url: http://optimization-operator.valence-system:8080/write
scrape_configs:
- job_name: kube-state-metrics
honor_labels: true
Expand Down
2 changes: 2 additions & 0 deletions valence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,8 @@ data:
evaluation_interval: 10s
rule_files:
- "/etc/prometheus-rules/*.rules"
remote_write:
- url: http://optimization-operator.valence-system:8080/write
scrape_configs:
- job_name: kube-state-metrics
honor_labels: true
Expand Down

0 comments on commit ccc1b25

Please sign in to comment.