[POC][exporter] exporter batcher - byte size based batching #26641
Annotations
10 errors and 1 warning
Build
impossible type assertion: r2.(*FakeRequest)
|
Build
cannot use &FakeRequest{…} (value of type *FakeRequest) as internal.Request value in array or slice literal: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
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 internal.Request value in array or slice literal: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
Build
cannot use r (variable of type *FakeRequest) as internal.Request value in argument to append: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
Build
cannot use &FakeRequest{…} (value of type *FakeRequest) as internal.Request value in argument to append: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
Build
cannot use &FakeRequest{…} (value of type *FakeRequest) as internal.Request value in argument to append: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
Build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading