-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Added Dashboard table item for Rate Limits #3893
Added Dashboard table item for Rate Limits #3893
Conversation
@codecyclist could you rebase on v1.7 and change the base branch of the PR to v1.7 (edit button on the top of the PR) |
7d5e47c
to
5c51d05
Compare
5c51d05
to
7d5e47c
Compare
7d5e47c
to
b990eec
Compare
@ldez done. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👼
Thanks for the contribution :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…dd_rate_limit_table
…dd_rate_limit_table
What does this PR do?
This PR adds a "Rate limiting" section to the frontend items on the traefik dashboard.
Motivation
The primary aim is to visualize the presence (and absence) of rate limiting rules in the dashboard in order to provide a quick overview over the rate limit rules traefik gathered from the configuration sources.
More
Additional Notes
I added (Angular) tests for the filter pipe, but the existing appear to need rework. I will issue a separate PR for that.