A new metrics API is part of the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md) and there is also an [otep](https://github.com/open-telemetry/oteps/pull/146) covering various scenarios that would be good to test with some actual code. The components to be implemented in the prototype: - [ ] instruments - [ ] aggregators - [ ] views - [ ] exporters - [ ] processors
A new metrics API is part of the specification and there is also an otep covering various scenarios that would be good to test with some actual code.
The components to be implemented in the prototype: