Add config.alloy

This commit is contained in:
2025-03-12 12:30:25 +01:00
commit 7b695a46be

11
config.alloy Normal file
View File

@@ -0,0 +1,11 @@
# Default config
logging {
level = "info"
format = "logfmt"
}
prometheus.remote_write "default" {
endpoint {
url = "http://localhost:9090/api/prom/push"
}
}