Update Prometheus authored by Administrator's avatar Administrator
...@@ -12,7 +12,7 @@ scrape_configs: ...@@ -12,7 +12,7 @@ scrape_configs:
- 'http://yourmetricsendpointurl' - 'http://yourmetricsendpointurl'
labels: labels:
app_name: "my-application-name" app_name: "my-application-name"
# basic_auth: incase your metrics endpoint uses authentication then uncomment these three lines and fill the fields username and password. # basic_auth: # incase your metrics endpoint uses authentication then uncomment these three lines and fill the fields username and password.
# username: # username:
# password: # password:
``` ```
... ...
......