[POC] Byte size based batching #21397
build-and-test-windows.yaml
on: pull_request
windows-unittest
5m 23s
windows-service-test
3m 25s
Annotations
21 errors
windows-service-test
impossible type assertion: r2.(*fakeRequest)
|
windows-service-test
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)
|
windows-service-test
impossible type assertion: r2.(*fakeRequest)
|
windows-service-test
impossible type assertion: r2.(*fakeRequest)
|
windows-service-test
impossible type assertion: r2.(*fakeRequest)
|
windows-service-test
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)
|
windows-service-test
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)
|
windows-service-test
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)
|
windows-service-test
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)
|
windows-service-test
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)
|
windows-service-test
Process completed with exit code 1.
|
windows-unittest
too many errors\n"
|
windows-unittest
too many errors\n"
|
windows-unittest:
exporter/exporterhelper/internal/request.go#L65
impossible type assertion: r2.(*fakeRequest)
|
windows-unittest:
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)
|
windows-unittest:
exporter/exporterhelper/internal/request.go#L94
impossible type assertion: r2.(*fakeRequest)
|
windows-unittest:
exporter/exporterhelper/internal/request.go#L95
impossible type assertion: r2.(*fakeRequest)
|
windows-unittest:
exporter/exporterhelper/internal/request.go#L97
impossible type assertion: r2.(*fakeRequest)
|
windows-unittest:
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)
|
windows-unittest:
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)
|
windows-unittest:
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)
|