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

Add support for throttle filter plugin #115

Merged
merged 1 commit into from
Aug 10, 2021

Conversation

nicktate
Copy link
Collaborator

Description

What does this pull request accomplish

@nicktate nicktate force-pushed the ntate/filters/throttle branch from 02c95c4 to 2b3df6d Compare August 10, 2021 03:15
@benjaminhuo benjaminhuo merged commit 7100b5c into fluent:master Aug 10, 2021
interval:
description: Interval is the time interval expressed in
"sleep" format. e.g. 3s, 1.5m, 0.5h, etc.
pattern: ^\d+(\.[0-9]({0,2})?(s|m|h|d)?$
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an extra ( .
^\d+(.[0-9]{0,2})?(s|m|h|d)?$

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Good find; Not sure how this snuck in 😮‍💨 ; all of the other CRD references have the correct pattern: #120

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

Successfully merging this pull request may close these issues.

4 participants