MCPcopy
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
39func init() {
40 prometheus.MustRegister(metricErrorTotal)
41 prometheus.MustRegister(metricTracesInspected)
42 prometheus.MustRegister(metricTracesErrors)
43}

Callers

nothing calls this directly

Calls 1

MustRegisterMethod · 0.80

Tested by

no test coverage detected