disable loki
This commit is contained in:
parent
9319dbb718
commit
c56faf5ffc
1 changed files with 6 additions and 6 deletions
|
|
@ -32,12 +32,12 @@ in {
|
||||||
access = "proxy";
|
access = "proxy";
|
||||||
url = "http://127.0.0.1:${toString config.services.prometheus.port}";
|
url = "http://127.0.0.1:${toString config.services.prometheus.port}";
|
||||||
}
|
}
|
||||||
{
|
# {
|
||||||
name = "Loki";
|
# name = "Loki";
|
||||||
type = "loki";
|
# type = "loki";
|
||||||
access = "proxy";
|
# access = "proxy";
|
||||||
url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}";
|
# url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}";
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue