Skip to content
Snippets Groups Projects
Commit 2d16904d authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

remove protocol from prometheus targets in dev+prod ymls

parent 69040a17
No related branches found
No related tags found
1 merge request!101Add prometheus exporter
Pipeline #46842 passed with warnings
......@@ -6,8 +6,8 @@ scrape_configs:
- job_name: ldv-specification
metrics_path: '/ldvspec/prometheus-metrics/'
static_configs:
- targets: ['https://sdc-dev.astron.nl:8000']
- targets: ['sdc-dev.astron.nl:8000']
- job_name: prometheus
static_configs:
- targets: ['https://sdc-dev.astron.nl:9090']
\ No newline at end of file
- targets: ['sdc-dev.astron.nl:9090']
\ No newline at end of file
......@@ -6,8 +6,8 @@ scrape_configs:
- job_name: ldv-specification
metrics_path: '/ldvspec/prometheus-metrics/'
static_configs:
- targets: ['https://sdc.astron.nl:8000']
- targets: ['sdc.astron.nl:8000']
- job_name: prometheus
static_configs:
- targets: ['https://sdc.astron.nl:9090']
\ No newline at end of file
- targets: ['sdc.astron.nl:9090']
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment