opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
[statsd] Add statsd exporter
Description
This PR raised for fix #150, navigate to the issue to get more details.
Changes
- [x] Add new exporter
statsdunder exporters folder. - [x] Add data transport support windows/unix_domain/tcp/udp.
- [x] Support base statsd text based protocol (without tag support)
Test && Validation
- Pass the basic test cases (will add more later)
Todo
This part will be covered in follow up actions items.
- [ ] Support tags
- [ ] More test cases.
Hi @lalitb, @marcalff and @ThomsonTan , would you mind take a look? I would like to submit it in several PRs since this feature is relatively large. Tags support and more test cases will be coved in separate PRs.