Changes
Page history
Update Prometheus
authored
Apr 03, 2023
by
Administrator
Show whitespace changes
Inline
Side-by-side
Prometheus.md
View page @
bbc28dd1
...
@@ -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:
```
```
...
...
...
...