Skip to content

Commit

Permalink
Delete deprecated MarshalerSizer interfaces (#6083)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu committed Sep 15, 2022
1 parent fa45027 commit 1b3a67a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

### 🛑 Breaking changes 🛑

- Delete deprecated `p[metric|log|trace].MarshalerSizer` interfaces (#6083)


## v0.60.0 Beta

### 🛑 Breaking changes 🛑
Expand Down
3 changes: 0 additions & 3 deletions pdata/plog/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

package plog // import "go.opentelemetry.io/collector/pdata/plog"

// Deprecated: [v0.60.0] use MarshalSizer.
type MarshalerSizer = MarshalSizer

// MarshalSizer is the interface that groups the basic Marshal and Size methods
type MarshalSizer interface {
Marshaler
Expand Down
3 changes: 0 additions & 3 deletions pdata/pmetric/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

package pmetric // import "go.opentelemetry.io/collector/pdata/pmetric"

// Deprecated: [v0.60.0] use MarshalSizer.
type MarshalerSizer = MarshalSizer

// MarshalSizer is the interface that groups the basic Marshal and Size methods
type MarshalSizer interface {
Marshaler
Expand Down
3 changes: 0 additions & 3 deletions pdata/ptrace/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

package ptrace // import "go.opentelemetry.io/collector/pdata/ptrace"

// Deprecated: [v0.60.0] use MarshalSizer.
type MarshalerSizer = MarshalSizer

// MarshalSizer is the interface that groups the basic Marshal and Size methods
type MarshalSizer interface {
Marshaler
Expand Down

0 comments on commit 1b3a67a

Please sign in to comment.