Update the metric Export
interface to accept a *ResourceMetrics
instead of ResourceMetrics
#3852
Labels
area:metrics
Part of OpenTelemetry Metrics
good first issue
Good for newcomers
help wanted
Extra attention is needed
pkg:SDK
Related to an SDK package
Milestone
opentelemetry-go/sdk/metric/exporter.go
Line 52 in e463505
Given Go is a pass-by-value language, passing the already allocated pointer would reduce the call-stack size.
Originally posted by @MrAlias in #3760 (comment)
The text was updated successfully, but these errors were encountered: