Upgrade to 24.05; drop Loki/Promtail

This commit is contained in:
2024-06-02 20:37:17 -05:00
parent a5dbee8755
commit baf6494a9c
6 changed files with 12 additions and 153 deletions

View File

@ -10,12 +10,6 @@
access = "proxy";
url = "http://127.0.0.1:${toString config.services.prometheus.port}";
}
{
name = "Loki";
type = "loki";
access = "proxy";
url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}";
}
];
};
settings = {