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

Function WarnRootlessTrace

pkg/dataquality/warnings.go:39–41  ·  view source on GitHub ↗
(tenant string, phase string)

Source from the content-addressed store, hash-verified

37}
38
39func WarnRootlessTrace(tenant string, phase string) {
40 metric.WithLabelValues(tenant, reasonRootlessTrace+phase).Inc()
41}
42
43var MetricSpanInFuture = promauto.NewHistogramVec(prometheus.HistogramOpts{
44 Namespace: "tempo",

Callers 6

CompactWithConfigMethod · 0.92
AppendTraceMethod · 0.92
CreateBlockFunction · 0.92
AppendTraceMethod · 0.92
CreateBlockFunction · 0.92
AppendTraceMethod · 0.92

Calls 1

IncMethod · 0.65

Tested by

no test coverage detected