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

Method TenantID

modules/distributor/queue/queue.go:116–118  ·  view source on GitHub ↗

TenantID returns the tenant id.

()

Source from the content-addressed store, hash-verified

114
115// TenantID returns the tenant id.
116func (m *Queue[T]) TenantID() string {
117 return m.tenantID
118}
119
120// Size returns the size of the queue.
121func (m *Queue[T]) Size() int {

Callers 3

watchOverridesMethod · 0.80
ExtractValidTenantIDFunction · 0.80
WithContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected