[POC][exporter] exporter batcher - byte size based batching #30747
Annotations
10 errors and 1 warning
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L70
impossible type assertion: r2.(*FakeRequest)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L75
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)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L88
impossible type assertion: r2.(*FakeRequest)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L89
impossible type assertion: r2.(*FakeRequest)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L91
impossible type assertion: r2.(*FakeRequest)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L104
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)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L109
cannot use r (variable of type *FakeRequest) as internal.Request value in argument to append: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L114
cannot use &FakeRequest{…} (value of type *FakeRequest) as internal.Request value in argument to append: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L117
cannot use &FakeRequest{…} (value of type *FakeRequest) as internal.Request value in argument to append: *FakeRequest does not implement internal.Request (missing method ByteSize)
|
Run Contrib Tests:
exporter/internal/requesttest/fake_request.go#L70
impossible type assertion: r2.(*FakeRequest)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading