https://opentelemetry.io/docs/specs/otel/metrics/
Working with existing metrics instrumentation protocols and standards. The minimum goal is to provide full support for Prometheus and StatsD - users should be able to use OpenTelemetry clients and Collector to collect and export metrics, with the ability to achieve the same functionality as their native clients.
This says the minimum goals is to provide full support for StatsD. However, there are no StatsD metrics exporters in the Golang Metrics API contrib and no StatsD exporters in the Collector Contrib. Is this really still a goal of this project?
https://opentelemetry.io/docs/specs/otel/metrics/
This says the minimum goals is to provide full support for StatsD. However, there are no StatsD metrics exporters in the Golang Metrics API contrib and no StatsD exporters in the Collector Contrib. Is this really still a goal of this project?