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

Function WarnBlockBuilderOutsideIngestionSlack

pkg/dataquality/warnings.go:31–33  ·  view source on GitHub ↗
(tenant string)

Source from the content-addressed store, hash-verified

29}
30
31func WarnBlockBuilderOutsideIngestionSlack(tenant string) {
32 metric.WithLabelValues(tenant, reasonBlockBuilderOutsideIngestionSlack).Inc()
33}
34
35func WarnDisconnectedTrace(tenant string, phase string) {
36 metric.WithLabelValues(tenant, reasonDisconnectedTrace+phase).Inc()

Callers 1

Calls 1

IncMethod · 0.65

Tested by

no test coverage detected