(hash string)
| 128 | |
| 129 | type CompactorSharder interface { |
| 130 | Owns(hash string) bool |
| 131 | RecordDiscardedSpans(count int, tenantID string, traceID string, rootSpanName string, rootServiceName string) |
| 132 | } |
| 133 |
no outgoing calls
no test coverage detected