Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Official standalone Grafana dashboards need to be updated as of Traefik v3.0 #10691

Closed
2 tasks done
vsimon opened this issue May 4, 2024 · 3 comments
Closed
2 tasks done
Labels
area/middleware/metrics kind/bug/confirmed a confirmed bug (reproducible).

Comments

@vsimon
Copy link

vsimon commented May 4, 2024

Welcome!

  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've searched similar issues on the Traefik community forum and didn't find any.

What did you do?

Import a dashboard in Grafana via ID: 17346
Source: https://grafana.com/grafana/dashboards/17346-traefik-official-standalone-dashboard

Import a dashboard in Grafana via ID: 17347
https://grafana.com/grafana/dashboards/17347-traefik-official-kubernetes-dashboard

What did you see instead?

The entrypoint dropdown labels and service dropdown labels do not auto-populate.

The "Connections per ..." panels do not populate.

What version of Traefik are you using?

v3.0.0

What is your environment & configuration?

Grafana 10.4.1

Add more configuration information here.

If applicable, please paste the log output in DEBUG level

No response

@vsimon vsimon changed the title Official standalone Grafana dashboard misconfigurations as of Traefik v3.0 Official standalone Grafana dashboard configuration drift as of Traefik v3.0 May 5, 2024
@mmatur mmatur self-assigned this May 6, 2024
@mmatur mmatur added kind/bug/confirmed a confirmed bug (reproducible). area/middleware/metrics contributor/wanted Participation from an external contributor is highly requested priority/P3 maybe and removed status/0-needs-triage labels May 6, 2024
@vsimon vsimon changed the title Official standalone Grafana dashboard configuration drift as of Traefik v3.0 Official standalone Grafana dashboards need to be updated as of Traefik v3.0 May 15, 2024
@keriati
Copy link

keriati commented May 27, 2024

So I managed to get some results by changing the variables from:

entrypoint:  label_values(traefik_entrypoint_open_connections, entrypoint)	
service:  label_values(traefik_service_open_connections, service)

to

entrypoint:  label_values(traefik_entrypoint_requests_total,entrypoint)	
service:  label_values(traefik_service_requests_total,service)

@keriati
Copy link

keriati commented May 27, 2024

Note, this was fixed long ago here: #10591 but never merged / published.

Just copy the json file from the PR: https://github.com/traefik/traefik/blob/1f292c1ae367061ea62d30da116d83616f74d834/contrib/grafana/traefik.json

@mmatur
Copy link
Member

mmatur commented Jun 6, 2024

It has been published few days ago

Closed by: #10591 (comment)

@mmatur mmatur closed this as completed Jun 6, 2024
@mmatur mmatur removed their assignment Jun 6, 2024
@mmatur mmatur removed contributor/wanted Participation from an external contributor is highly requested priority/P3 maybe labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/middleware/metrics kind/bug/confirmed a confirmed bug (reproducible).
Projects
None yet
Development

No branches or pull requests

4 participants