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

feat(inputs.statsd): Add pending messages stat and allow to configure number of threads #12318

Merged
merged 8 commits into from
Feb 17, 2023

Conversation

srebhan
Copy link
Member

@srebhan srebhan commented Dec 1, 2022

resolves #12432

This PR adds a stat for the number of pending messages accessible through the inputs.internal plugin. Furthermore, it allows to configure the number of parallel threads used to parse incoming data.

@srebhan srebhan marked this pull request as draft December 1, 2022 17:23
@telegraf-tiger telegraf-tiger bot added area/statsd feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins labels Dec 1, 2022
@powersj
Copy link
Contributor

powersj commented Feb 15, 2023

next steps: clean up linter and test issues. Update commit message to state this adds new internal stats + option. Does not resolve the stated issue though.

@srebhan srebhan changed the title feat(inputs.statsd): Debug pending messages feat(inputs.statsd): Add pending messages stat and allow to configure number of threads Feb 17, 2023
@srebhan srebhan marked this pull request as ready for review February 17, 2023 14:30
@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Feb 17, 2023
@srebhan srebhan assigned powersj and unassigned srebhan Feb 17, 2023
@powersj powersj merged commit c285420 into influxdata:master Feb 17, 2023
@srebhan srebhan added this to the v1.26.0 milestone Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/statsd feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change statsd input number of threads/workers
2 participants