vmware / vmware-go-kcl-v2

vmware-go-kcl is a vmware originated open-source project for AWS Kinesis Client Library in Go. It has been widely used by many external companies and internally by Carbon Black. vmware-go-kcl-v2 is its companion project by utilizing AWS Go SDK V2 which introduces lots of breaking changes. To keep the repo clean, it is better to have a separated repo vmware-go-kcl-v2 with better golang project structure improvement.
MIT License
23 stars 17 forks source link

Added dogstatsd monitoring service #51

Open calebstewart opened 1 year ago

calebstewart commented 1 year ago

This PR adds a new monitoring service implementation to push KCL metrics to DataDog.

If there is no interest in bundling specific client support, I can make this a separate repo/package, but considering other monitoring service implementations were included, I thought it might be helpful.