own tracking

This commit is contained in:
JurajKubrican
2025-08-15 23:13:47 +02:00
parent ebfd1fe9f1
commit 3249df5802
10 changed files with 531 additions and 3 deletions

View File

@@ -34,13 +34,16 @@ scrape_configs:
# Timeout for scraping
scrape_timeout: 10s
# Use HTTPS to connect to the target
scheme: https
# Basic authentication for protected endpoints
basic_auth:
username: 'api'
password: 'your-default-token' # This should match your API_TOKEN env var
static_configs:
- targets: ['knet:54321'] # Your knet application
- targets: ['knet.sk'] # Your knet application
labels:
instance: 'knet-prod'
environment: 'production'