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 Kafka producer and flush() prom metrics #862

Open
sotojn opened this issue Nov 7, 2024 · 0 comments
Open

Add Kafka producer and flush() prom metrics #862

sotojn opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sotojn
Copy link
Contributor

sotojn commented Nov 7, 2024

We should add metrics that are returned in the producer clients stats event and pass some of them into prom metrics. It may also be useful to add a metic that counts the total amount of times the Kafka producer flush() function is called to see if it's excessively called. This may be important because every flush call blocks the processor from writing any messages to the queue until the flush callback completes.

https://github.com/Blizzard/node-rdkafka/blob/master/README.md

@sotojn sotojn added the enhancement New feature or request label Nov 7, 2024
@sotojn sotojn self-assigned this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant