We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554c4c6 commit f3bf2a9Copy full SHA for f3bf2a9
release/standalone/docker-compose/prometheus/prometheus.yml
@@ -11,10 +11,10 @@ scrape_configs:
11
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
12
- job_name: "prometheus"
13
static_configs:
14
- - targets: [ "http://localhost:9090" ]
+ - targets: [ "localhost:9090" ]
15
- job_name: "push-metrics"
16
17
- - targets: [ "http://polaris-pushgateway:9091" ]
+ - targets: [ "polaris-pushgateway:9091" ]
18
- job_name: "polaris-server"
19
http_sd_configs:
20
- - url: "http://polaris-server:8090/prometheus/v1/clients"
+ - url: "http://polaris-server:8090/prometheus/v1/clients"
0 commit comments