[chore] Update otelcol core dependency (#38214) #49167
Annotations
10 errors
Run make oteltestbedcol
cannot use &profilesRequest{…} (value of type *profilesRequest) as exporterhelper.Request value in return statement: *profilesRequest does not implement request.Request (wrong type for method MergeSplit)
|
Run make oteltestbedcol
impossible type assertion: req.(*profilesRequest)
|
Run make oteltestbedcol
cannot use req (variable of type *profilesRequest) as exporterhelper.Request value in return statement: *profilesRequest does not implement request.Request (wrong type for method MergeSplit)
|
Run make oteltestbedcol
impossible type assertion: r2.(*profilesRequest)
|
Run make oteltestbedcol
invalid operation: cfg.MaxSizeItems == 0 (mismatched types *int and untyped int)
|
Run make oteltestbedcol
cannot use req (variable of type *profilesRequest) as exporterhelper.Request value in array or slice literal: *profilesRequest does not implement request.Request (wrong type for method MergeSplit)
|
Run make oteltestbedcol
invalid operation: req.ItemsCount() > cfg.MaxSizeItems (mismatched types int and *int)
|
Run make oteltestbedcol
cannot use cfg.MaxSizeItems (variable of type *int) as int value in argument to extractProfiles
|
Run make oteltestbedcol
cannot use &profilesRequest{…} (value of type *profilesRequest) as exporterhelper.Request value in argument to append: *profilesRequest does not implement request.Request (wrong type for method MergeSplit)
|
Run make oteltestbedcol
cannot use req (variable of type *profilesRequest) as exporterhelper.Request value in argument to append: *profilesRequest does not implement request.Request (wrong type for method MergeSplit)
|
Loading