()
| 148 | } |
| 149 | |
| 150 | func resetObservabilityForTest() { |
| 151 | observabilityInstanceOnce = sync.Once{} |
| 152 | observabilityInstance = nil |
| 153 | } |
| 154 | |
| 155 | // TestTracingAndMetricsCompatibility verifies that redisotel (tracing) and |
| 156 | // redisotel-native (metrics) can be used together without conflicts. |
no outgoing calls
no test coverage detected