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: add support for metrics collection #129

Merged
merged 4 commits into from
Dec 3, 2024
Merged

Conversation

seanmcgary
Copy link
Member

@seanmcgary seanmcgary commented Dec 3, 2024

Summary

  • Add generic MetricsSink interface that fans out to enabled metrics collectors
  • Add support for DogstatsD (DataDog's Statsd client)
  • Add support for Prometheus server

Deprecations

  • Removes old --statsd.url runtime flag

* Add generic `MetricsSink` interface that fans out to enabled metrics collectors
* Add support for DogstatsD (DataDog's Statsd client)
* Add support for Prometheus server
@seanmcgary seanmcgary requested a review from a team as a code owner December 3, 2024 21:01
@seanmcgary seanmcgary requested a review from 0xrajath December 3, 2024 21:01
@seanmcgary seanmcgary merged commit f8ed80e into master Dec 3, 2024
8 checks passed
@seanmcgary seanmcgary deleted the sm-monitoring branch December 3, 2024 22:05
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