[POC] Byte size based batching #25751
Annotations
10 errors and 1 warning
Build
impossible type assertion: r2.(*fakeRequest)
|
Build
cannot use &fakeRequest{…} (value of type *fakeRequest) as "go.opentelemetry.io/collector/exporter/internal".Request value in return statement: *fakeRequest does not implement "go.opentelemetry.io/collector/exporter/internal".Request (missing method BytesSize)
|
Build
impossible type assertion: r2.(*fakeRequest)
|
Build
impossible type assertion: r2.(*fakeRequest)
|
Build
impossible type assertion: r2.(*fakeRequest)
|
Build
cannot use r (variable of type *fakeRequest) as "go.opentelemetry.io/collector/exporter/internal".Request value in array or slice literal: *fakeRequest does not implement "go.opentelemetry.io/collector/exporter/internal".Request (missing method BytesSize)
|
Build
cannot use r (variable of type *fakeRequest) as "go.opentelemetry.io/collector/exporter/internal".Request value in argument to append: *fakeRequest does not implement "go.opentelemetry.io/collector/exporter/internal".Request (missing method BytesSize)
|
Build
cannot use &fakeRequest{…} (value of type *fakeRequest) as "go.opentelemetry.io/collector/exporter/internal".Request value in argument to append: *fakeRequest does not implement "go.opentelemetry.io/collector/exporter/internal".Request (missing method BytesSize)
|
Build
cannot use &fakeRequest{…} (value of type *fakeRequest) as "go.opentelemetry.io/collector/exporter/internal".Request value in argument to append: *fakeRequest does not implement "go.opentelemetry.io/collector/exporter/internal".Request (missing method BytesSize)
|
Build
cannot use &fakeRequest{…} (value of type *fakeRequest) as "go.opentelemetry.io/collector/exporter/internal".Request value in return statement: *fakeRequest does not implement "go.opentelemetry.io/collector/exporter/internal".Request (missing method BytesSize)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading