Skip to content

[POC] Byte size based batching #24051

[POC] Byte size based batching

[POC] Byte size based batching #24051

Triggered via pull request December 18, 2024 10:35
Status Cancelled
Total duration 3m 45s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
CodeQL-Build
Canceling since a higher priority waiting request for 'CodeQL Analysis-11952/merge' exists
CodeQL-Build
impossible type assertion: r2.(*fakeRequest)
CodeQL-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)
CodeQL-Build
impossible type assertion: r2.(*fakeRequest)
CodeQL-Build
impossible type assertion: r2.(*fakeRequest)
CodeQL-Build
impossible type assertion: r2.(*fakeRequest)
CodeQL-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)
CodeQL-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)
CodeQL-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)
CodeQL-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)
CodeQL-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)