Update Prometheus authored by Administrator's avatar Administrator
......@@ -12,7 +12,7 @@ scrape_configs:
- 'http://yourmetricsendpointurl'
labels:
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:
# password:
```
......
......