()
| 326 | } |
| 327 | |
| 328 | func (rw *readerWriter) Tenants() []string { |
| 329 | return rw.blocklist.Tenants() |
| 330 | } |
| 331 | |
| 332 | func (rw *readerWriter) Find(ctx context.Context, tenantID string, id common.ID, blockStart string, blockEnd string, timeStart int64, timeEnd int64, opts common.SearchOptions) ([]*tempopb.TraceByIDResponse, []error, error) { |
| 333 | // tracing instrumentation |