mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-04 03:23:25 +00:00
Fix /metrics endpoint in sample config.
Change-Id: I2daca6a31f536b87aa8e49a2190787ad9d803595
This commit is contained in:
parent
51408bdfe8
commit
fceef4137c
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ job: {
|
|||
# Let's define a group of targets to scrape for this job. In this case, only one.
|
||||
target_group: {
|
||||
# These endpoints are scraped via HTTP.
|
||||
target: "http://localhost:9090/metrics.json"
|
||||
target: "http://localhost:9090/metrics"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue