update registry prometheus url to devvm as pi was too slow [ci skip]
This commit is contained in:
parent
cfa32d0e31
commit
adcd0695ba
2 changed files with 2 additions and 1 deletions
|
|
@ -431,7 +431,8 @@ extraScrapeConfigs: |
|
||||||
- job_name: 'registry'
|
- job_name: 'registry'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- "192.168.1.10:5001"
|
#- "192.168.1.10:5001" # rpi
|
||||||
|
- "10.0.10.10:5001" # devvm
|
||||||
metrics_path: '/metrics'
|
metrics_path: '/metrics'
|
||||||
metric_relabel_configs:
|
metric_relabel_configs:
|
||||||
- source_labels: [ __name__ ]
|
- source_labels: [ __name__ ]
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue