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

Support grafana dashboard for Traefik v2 #14

Open
titansmc opened this issue Nov 13, 2019 · 7 comments
Open

Support grafana dashboard for Traefik v2 #14

titansmc opened this issue Nov 13, 2019 · 7 comments

Comments

@titansmc
Copy link

Hi,
I see you have updated the Traefik version but Grafana dashboard is still not compatible with Traefik v2. Do you have the updated version?
Thanks.

@vegasbrianc
Copy link
Owner

Great point @titansmc I will make the update and keep you posted

@lucasMesquitaBorges
Copy link

@titansmc Traefik v2 doesn't work grafana and the v1.7 wasn't loading traefik dashboard.
Until the update for grafana I'm using traefik v1.7.19-alpine.

I'm still learning integrations with Docker, so I'm not able to help with this upgrade.

@vegasbrianc this repository really helped me, thank you.

@vegasbrianc
Copy link
Owner

Hi @titansmc @lucasMesquitaBorges I've updated the dashboard to now support 2.0. I'm still working on it but at least the dashboard is working for all the stats now.

@titansmc
Copy link
Author

titansmc commented Nov 26, 2019 via email

@titansmc
Copy link
Author

Hi Brian,
I have added a snippet to your dashboard to allow us to select which is the input "data source" for our Prometheus instance, since yours is hardcoded.

{
  "__inputs": [
    {
      "name": "DS_PROMETHEUS",
      "label": "DS_Prometheus",
      "description": "",
      "type": "datasource",
      "pluginId": "prometheus",
      "pluginName": "Prometheus"
    }
  ],
  "__requires": [
    {
      "type": "grafana",
      "id": "grafana",
      "name": "Grafana",
      "version": "5.1.2"
    },
    {
      "type": "panel",
      "id": "graph",
      "name": "Graph",
      "version": "5.0.0"
    },
    {
      "type": "datasource",
      "id": "prometheus",
      "name": "Prometheus",
      "version": "5.0.0"
    }
  ],

And another question, what is the license for this repo? I would like to see this dashboard in the Grafana store for people to download it.

Cheers.

@vegasbrianc vegasbrianc reopened this Nov 26, 2019
@vegasbrianc
Copy link
Owner

Hi @titansmc I've updated my old Traefik dashboard on Grafana with https://grafana.com/grafana/dashboards/2870 Thanks for the tip.

I will update the dashboard to not require hard coded settings as well but I need a bit more cleanup on the different panels I think. Stay tuned

@titansmc
Copy link
Author

titansmc commented Nov 26, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants