Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ metricsForTenant
Function
metricsForTenant
pkg/drain/metrics.go:79–81 ·
view source on GitHub ↗
(tenant string)
Source
from the content-addressed store, hash-verified
77
var
globalMetrics = newMetrics(prometheus.DefaultRegisterer)
78
79
func
metricsForTenant(tenant string) *tenantMetrics {
80
return
globalMetrics.forTenant(tenant)
81
}
Callers
1
New
Function · 0.85
Calls
1
forTenant
Method · 0.80
Tested by
no test coverage detected