You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The types in sdk/export/metric will be moved into sdk/metric/exporter, sdk/metric/processor, and sdk/metric/aggregator in such a way as to avoid cycles and keep things in their most natural location. The sub-package aggregation will be merged with sdk/metric/aggregator.
Problem Statement
As with #1380, but for the metrics SDK.
Proposed Solution
The types in
sdk/export/metric
will be moved intosdk/metric/exporter
,sdk/metric/processor
, andsdk/metric/aggregator
in such a way as to avoid cycles and keep things in their most natural location. The sub-packageaggregation
will be merged withsdk/metric/aggregator
.Alternatives
None.
Prior Art
See #1380.
Additional Context
Related: the
ExportKind
types will end up in theprocessor
package which is why I want to rename them first, see #2272The text was updated successfully, but these errors were encountered: