remove duplicate minio_exporter

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-17 15:26:51 +01:00
parent c8eb59176a
commit ad28a6bd6e
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -27,14 +27,6 @@
]; ];
}]; }];
} }
{
job_name = "minio_exporter";
static_configs = [{
targets = [
"${config.services.prometheus.exporters.minio.listenAddress}:${toString config.services.prometheus.exporters.minio.port}"
];
}];
}
{ {
job_name = "gitea_exporter"; job_name = "gitea_exporter";
static_configs = [{ static_configs = [{