Michael
Michael
Hi @d03j, Thanks for your suggestion, we think it makes a lot of sense. Unfortunately, this would not make it to our roadmap for a while as we are focused...
Hi @d03j, I am reopening the issue in order to let other community members to address this enhancement.
Closed by https://github.com/traefik/traefik/pull/10223
@arukiidou I'm sorry I misread your issue and I was thinking about tracing. You are right Traefik is not following metrics Opentelemetry semantic conventions
Fixed by https://github.com/traefik/official-images-publisher/pull/15
Hello, This bug is linked to a feature that no longer exists in the supported versions of Traefik. Closing accordingly. Please feel free to re-open it if necessary.
Hi @den-is , Thanks for your question. This is not a common use case. Today with the helm chart you have multiple possibilities to expose a Traefik dashboard. 1. Port...
Hi @vsimon, Just updated the 2 dashboards https://grafana.com/grafana/dashboards/17346-traefik-official-standalone-dashboard https://grafana.com/grafana/dashboards/17347-traefik-official-kubernetes-dashboard Please let me know if it is ok for you?
Hello @lazka and @pbek, Sorry for the late answer. I tried to reproduce the issue with the following docker-compose: ```yaml version: '3.8' services: hub: image: traefik:v3.0 command: - --providers.docker -...
@pbek with the following docker-compose ```yaml version: '3.8' services: hub: image: traefik:v3.0 command: - --providers.docker - --log.level=DEBUG - --api.insecure volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - "0.0.0.0:80:80" - "0.0.0.0:8080:8080" whoami: image: traefik/whoami...