Open tammy-baylis-swi opened 5 days ago
Yes, https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3033
It would be nice if we could remove assertEqualSpanInstrumentationInfo because it results in deprecation warnings. See contrib issue https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3033
Maybe we could do this step-wise:
assertEqualSpanInstrumentationInfo
Or keep it forever?
n/a
Yes
I think this should be a contrib issue instead. Closing.
Work on https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3033 first.
Is your feature request related to a problem?
Yes, https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3033
Describe the solution you'd like
It would be nice if we could remove assertEqualSpanInstrumentationInfo because it results in deprecation warnings. See contrib issue https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3033
Maybe we could do this step-wise:
assertEqualSpanInstrumentationInfo
log warnings that it will be removed in a future release.assertEqualSpanInstrumentationInfo
.Describe alternatives you've considered
Or keep it forever?
Additional Context
n/a
Would you like to implement a fix?
Yes