File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 77- Remove ` consumerdata.TraceData ` (#2551 )
88- Move ` consumerdata.MetricsData ` to ` internaldata.MetricsData ` (#2512 )
99- Remove custom OpenCensus sematic conventions that have equivalent in otel (#2552 )
10+ - Remove deprecated componenterror.CombineErrors (#2598 )
1011
1112## v0.21.0 Beta
1213
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ package componenterror
1818
1919import (
2020 "errors"
21-
22- "go.opentelemetry.io/collector/consumer/consumererror"
2321)
2422
2523var (
3230 // ErrNilNextConsumer indicates an error on nil next consumer.
3331 ErrNilNextConsumer = errors .New ("nil nextConsumer" )
3432)
35-
36- // CombineErrors converts a list of errors into one error.
37- // Deprecated: use consumererror.CombineErrors instead.
38- func CombineErrors (errs []error ) error {
39- return consumererror .CombineErrors (errs )
40- }
You can’t perform that action at this time.
0 commit comments