| 20 | } |
| 21 | |
| 22 | type PubSubPooler interface { |
| 23 | Stats() *pool.PubSubStats |
| 24 | } |
| 25 | |
| 26 | // OTelRecorder is the interface for recording OpenTelemetry metrics. |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…