MCPcopy
hub / github.com/grafana/tempo / Tenants

Method Tenants

tempodb/tempodb.go:328–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326}
327
328func (rw *readerWriter) Tenants() []string {
329 return rw.blocklist.Tenants()
330}
331
332func (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

Callers

nothing calls this directly

Calls 1

TenantsMethod · 0.65

Tested by

no test coverage detected