Create metric SDK testing utilities for instrumentation #3407
Labels
area:metrics
Part of OpenTelemetry Metrics
pkg:SDK
Related to an SDK package
pkg:testing
Related to testing or a testing package
Milestone
Similar to the
go.opentelemetry.io/otel/sdk/trace/tracetest
package, testing utilities need to be created for the metric SDK.Blocks:
Proposal
Reader
implementation that allows instrumentation to easily assert the expected metric data was collected. Themetricdatatest
package already provides exported data comparison, theReader
would only need to facilitate collection and transfer of that data.The text was updated successfully, but these errors were encountered: