From 410ed2a9a23bb558eaa4d198666b24cedaa27040 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:53:52 +0200 Subject: [PATCH] Update traefik.yml add metrics as comment --- examples/traefik/traefik.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/traefik/traefik.yml b/examples/traefik/traefik.yml index 6898149..6017029 100644 --- a/examples/traefik/traefik.yml +++ b/examples/traefik/traefik.yml @@ -12,6 +12,17 @@ api: log: level: INFO +#metrics: +# influxDB2: +# address: http://influxdb2:8086 +# token: my-secure-token-secret +# org: influx-org +# bucket: influx-bucket +# addEntryPointsLabels: true +# addRoutersLabels: true +# addServicesLabels: true +# pushInterval: 60s + # Configuring Multiple Filters accessLog: filePath: "/logs/traefik.log"