Skip to content

Commit

Permalink
Add back deprecated funcs/types deleted by mistake. (#6001)
Browse files Browse the repository at this point in the history
The mistake happened in #5936

Signed-off-by: Bogdan <[email protected]>

Signed-off-by: Bogdan <[email protected]>
  • Loading branch information
bogdandrutu authored Aug 30, 2022
1 parent 5772e58 commit 47dc952
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pdata/pmetric/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,9 @@ func (ot OptionalType) String() string {
}
return ""
}

// Deprecated: [0.59.0] Use MetricDataPointFlagsImmutable.
type MetricDataPointFlagsStruct = MetricDataPointFlags

// Deprecated: [0.59.0] Use MetricDataPointFlagsImmutable.
var NewMetricDataPointFlagsStruct = NewMetricDataPointFlags

0 comments on commit 47dc952

Please sign in to comment.