Skip to content

Commit

Permalink
Update pdata/pmetric/alias.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bogdan Drutu <lazy@splunk.com>
  • Loading branch information
TylerHelmuth and Bogdan Drutu authored Aug 5, 2022
1 parent 046ff35 commit 66901a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdata/pmetric/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type MetricDataPointFlagsStruct = MetricDataPointFlags

// NewMetricDataPointFlagsStruct returns a new empty MetricDataPointFlagsStruct.
// Deprecated [0.58.0] Use NewMetricDataPointFlags instead
var NewMetricDataPointFlagsStruct = internal.NewMetricDataPointFlags
var NewMetricDataPointFlagsStruct = NewMetricDataPointFlags

// MetricDataPointFlags defines how a metric aggregator reports aggregated values.
// It describes how those values relate to the time interval over which they are aggregated.
Expand Down

0 comments on commit 66901a3

Please sign in to comment.