Skip to content

Add StatsD (updated)#171

Draft
zainkabani wants to merge 18 commits intopostgresml:mainfrom
zainkabani:zain/add-statsd
Draft

Add StatsD (updated)#171
zainkabani wants to merge 18 commits intopostgresml:mainfrom
zainkabani:zain/add-statsd

Conversation

@zainkabani
Copy link
Copy Markdown
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