Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ init
Function
init
cmd/tempo-vulture/metrics.go:39–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
)
38
39
func
init() {
40
prometheus.MustRegister(metricErrorTotal)
41
prometheus.MustRegister(metricTracesInspected)
42
prometheus.MustRegister(metricTracesErrors)
43
}
Callers
nothing calls this directly
Calls
1
MustRegister
Method · 0.80
Tested by
no test coverage detected