Skip to content

Commit

Permalink
Merge pull request #59 from qmhu/craned-metrics
Browse files Browse the repository at this point in the history
Add craned metrics scape
  • Loading branch information
qmhu authored May 19, 2022
2 parents f5a558b + 415eea9 commit 38a9c05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integration/prometheus/override_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ extraScrapeConfigs: |-
metrics_path: /metrics
static_configs:
- targets: ['fadvisor.crane-system.svc.cluster.local:8081']
- job_name: "craned"
honor_timestamps: true
scheme: http
metrics_path: /metrics
static_configs:
- targets: ['craned.crane-system.svc.cluster.local:8080']
server:
service:
Expand Down

0 comments on commit 38a9c05

Please sign in to comment.