own tracking
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user