Begin converting TenantIndex, BlockMeta, CompactedBlockMeta to proto #8847
Annotations
11 errors
|
Run Tests:
tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
|
Run Tests:
tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
|
Run Tests:
tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
|
Run Tests:
tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
|
Run Tests:
tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
|
Run Tests:
tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
|
Run Tests:
tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
|
Run Tests:
tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
|
Run Tests:
tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
|
Run Tests:
tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
|
Loading