Skip to content

Commit aa92dd2

Browse files
svenvg93gitbook-bot
authored andcommitted
GitBook: No commit message
1 parent 640aca3 commit aa92dd2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

settings/data-platforms/prometheus.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ scrape_configs:
2525
- job_name: 'speedtest-tracker'
2626
scrape_interval: 60s # Adjust to your set schedule
2727
scrape_timeout: 10s
28+
metrics_path: /prometheus
2829
static_configs:
2930
- targets: ['speedtest-tracker.local']
30-
# Optional: if Basic Auth is enabled
31-
basic_auth:
32-
username: 'prometheus'
33-
password: 'your-password'
3431
```

0 commit comments

Comments
 (0)