Skip to content

[POC] Byte size based batching #15925

[POC] Byte size based batching

[POC] Byte size based batching #15925

Triggered via pull request December 19, 2024 20:26
Status Failure
Total duration 37s
Artifacts
Integration test
25s
Integration test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Integration test: exporter/exporterhelper/internal/request.go#L65
impossible type assertion: r2.(*fakeRequest)
Integration test: exporter/exporterhelper/internal/request.go#L69
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)
Integration test: exporter/exporterhelper/internal/request.go#L94
impossible type assertion: r2.(*fakeRequest)
Integration test: exporter/exporterhelper/internal/request.go#L95
impossible type assertion: r2.(*fakeRequest)
Integration test: exporter/exporterhelper/internal/request.go#L97
impossible type assertion: r2.(*fakeRequest)
Integration test: exporter/exporterhelper/internal/request.go#L110
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)
Integration test: exporter/exporterhelper/internal/request.go#L115
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)
Integration test: exporter/exporterhelper/internal/request.go#L120
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)
Integration test: exporter/exporterhelper/internal/request.go#L123
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)
Integration test: exporter/exporterhelper/internal/request.go#L132
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)
Integration test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636