Files
alloy-test/config.alloy
2025-03-12 12:30:25 +01:00

11 lines
170 B
Plaintext

# Default config
logging {
level = "info"
format = "logfmt"
}
prometheus.remote_write "default" {
endpoint {
url = "http://localhost:9090/api/prom/push"
}
}