mimir: port moved to 9009
This commit is contained in:
parent
e5209ddee3
commit
dc87ef4a89
|
@ -175,6 +175,13 @@ in
|
|||
forward_to = [prometheus.remote_write.mimir.receiver]
|
||||
}
|
||||
|
||||
prometheus.exporter.self "alloy" {}
|
||||
|
||||
prometheus.scrape "alloy" {
|
||||
targets = prometheus.exporter.self.alloy.targets
|
||||
forward_to = [prometheus.remote_write.mimir.receiver]
|
||||
}
|
||||
|
||||
prometheus.scrape "caddy" {
|
||||
targets = [{
|
||||
__address__ = "localhost:2019",
|
||||
|
|
|
@ -28,7 +28,7 @@ in
|
|||
multitenancy_enabled = false;
|
||||
server = {
|
||||
http_listen_address = "0.0.0.0";
|
||||
http_listen_port = 4400;
|
||||
http_listen_port = 9009;
|
||||
grpc_listen_port = 4401;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue