Try to diagnose Traefik metrics issue.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m39s

This commit is contained in:
Root User 2026-02-14 20:10:54 +01:00
parent f84861132a
commit 7bbacc8512
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -206,7 +206,6 @@ in {
prometheus.scrape "metrics_integrations_integrations_traefik" {
targets = discovery.relabel.metrics_integrations_integrations_traefik.output
forward_to = [ prometheus.remote_write.metrics_service.receiver ]
job_name = "integrations/traefik"
}
'';
@ -223,7 +222,7 @@ in {
addEntryPointsLabels = true;
addRoutersLabels = true;
addServicesLabels = true;
entryPoint = "metrics";
buckets = [0.1 0.3 1.2 5.0];
};
};