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

Make StatsD client queue size and telemetry configurable #390

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

mathispesch
Copy link
Collaborator

This PR makes the StatsD client queue size and telemetry configurable.

Telemetry is useful to debug issues with the submission of metrics, and bumping the queue size fixes issues with contexts being dropped when JMXFetch grabs a high number of contexts and tries to enqueue them all after it's collected them.

See the instantiation parameters in the docs.

Copy link
Member

@truthbk truthbk left a comment

Choose a reason for hiding this comment

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

We might want to add a way to add tags to the client telemetry in the future. This is currently unsupported on the client, so I'll just create a card to add that feature in the future. We can still use the client version and client tags to differentiate the telemetry from other applications.

@truthbk truthbk merged commit 109fed1 into master Mar 14, 2022
@truthbk truthbk deleted the mathis.pesch/configurable-queue-size-telemetry branch March 14, 2022 15:47
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.

2 participants