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