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