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 StatsD (updated) #171

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Conversation

zainkabani
Copy link
Contributor

Uses the cadence crate for sending metrics to Statsd. Some of the features used from this crate are

  • a queueing sink which spawns its own thread to consume metrics on
  • a buffered sink which sends metrics in batches to reduce number of network calls
  • clients in no-op mode, Unix Socket and UDP mode
  • adds support for tagging metrics

Currently only submitting metrics for queries and transactions is implemented

@zainkabani zainkabani marked this pull request as draft February 16, 2023 00:50
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.

1 participant