# Prometheus configuration
PROMETHEUS_URL=http://your-prometheus-server:9090
# Authentication (if needed)
# Choose one of the following authentication methods (if required):
# For basic auth
PROMETHEUS_USERNAME=your_username
PROMETHEUS_PASSWORD=your_password
# For bearer token auth
PROMETHEUS_TOKEN=your_token