Skip to content

Commit

Permalink
Deprecate the aggregation pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Aug 10, 2023
1 parent b44a2bb commit 87e9fb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/metric/aggregation/aggregation.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

// Package aggregation contains configuration types that define the
// aggregation operation used to summarizes recorded measurements.
//
// Deprecated: Use the aggregation types in go.opentelemetry.io/otel/sdk/metric
// instead.
package aggregation // import "go.opentelemetry.io/otel/sdk/metric/aggregation"

import (
Expand Down

0 comments on commit 87e9fb1

Please sign in to comment.