-
Notifications
You must be signed in to change notification settings - Fork 19
feat: Add observability metrics for event queue #223
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
Conversation
mikeproeng37
left a comment
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.
Nice! I like this generic approach way better. I've added a few comments in there.
mikecdavis
left a comment
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.
This looks great! I have a few naming suggestion and would prefer we restore the test assertions, but overall it's looking spot on.
mikecdavis
left a comment
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.
LGMT!
| sucessFlush metrics.Counter | ||
| failFlushCounter metrics.Counter | ||
| retryFlushCounter metrics.Counter |
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.
Two of these fields have Counter in the field name, but one doesn't - seems weird.
Summary