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

Function WarnOutsideIngestionSlack

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

Source from the content-addressed store, hash-verified

25}, []string{"tenant", "reason"})
26
27func WarnOutsideIngestionSlack(tenant string) {
28 metric.WithLabelValues(tenant, reasonOutsideIngestionSlack).Inc()
29}
30
31func WarnBlockBuilderOutsideIngestionSlack(tenant string) {
32 metric.WithLabelValues(tenant, reasonBlockBuilderOutsideIngestionSlack).Inc()

Callers 1

AdjustTimeRangeForSlackFunction · 0.92

Calls 1

IncMethod · 0.65

Tested by

no test coverage detected