-
Notifications
You must be signed in to change notification settings - Fork 22
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 Counter Output Operator #570
Conversation
Codecov Report
@@ Coverage Diff @@
## master #570 +/- ##
==========================================
- Coverage 76.69% 74.88% -1.80%
==========================================
Files 132 133 +1
Lines 8308 10076 +1768
==========================================
+ Hits 6371 7545 +1174
- Misses 1473 2065 +592
- Partials 464 466 +2
Continue to review full report at Codecov.
|
May look into adding https://pkg.go.dev/expvar as another flag and thats what we publish. Not sure if its necessary on this first pass. |
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.
Overall looks good just come comments
Description of Changes
Adds a new output operator:
count_output
The purpose of this operator is to count the number of entries processed over an interval.
Proposed config:
Please check that the PR fulfills these requirements