Add config.alloy
This commit is contained in:
11
config.alloy
Normal file
11
config.alloy
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Default config
|
||||||
|
logging {
|
||||||
|
level = "info"
|
||||||
|
format = "logfmt"
|
||||||
|
}
|
||||||
|
|
||||||
|
prometheus.remote_write "default" {
|
||||||
|
endpoint {
|
||||||
|
url = "http://localhost:9090/api/prom/push"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user