Try to diagnose Traefik metrics issue.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m39s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m39s
This commit is contained in:
parent
f84861132a
commit
7bbacc8512
1 changed files with 1 additions and 2 deletions
|
|
@ -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];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue