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

grafana: fix entrypoint and service variable dropdowns, remove connection per service panel #10692

Closed
wants to merge 1 commit into from

Conversation

vsimon
Copy link

@vsimon vsimon commented May 4, 2024

What does this PR do?

This MR updates the dashboard JSON models in contrib/grafana to update the expressions that auto-populate the entrypoint and service variable dropdowns. The current expressions based on metrics that do not exist (traefik_service_open_connections and traefik_entrypoint_open_connections). In addition, when the connections metric was refactored in PR #9656, open connections per service was removed as it did not make sense at the HTTP/application level so this panel is also removed.

Motivation

Issue #10691

More

  • Added/updated tests
  • Added/updated documentation

Additional Notes

@ldez ldez changed the title Fix entrypoint and service variable dropdowns, remove connection per service panel grafana: fix entrypoint and service variable dropdowns, remove connection per service panel May 4, 2024
@mmatur mmatur self-assigned this May 6, 2024
@mmatur
Copy link
Member

mmatur commented May 6, 2024

Hi @vsimon,

Thanks for your contribution. A PR is already open to handle that.

I am closing your PR has a duplicate of #10591.

Feel free to have a look at this PR

@vsimon
Copy link
Author

vsimon commented May 6, 2024

Thank you @mmatur I will take a look at #10591.

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

Successfully merging this pull request may close these issues.

None yet

3 participants