We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9265be9 commit fd995c4Copy full SHA for fd995c4
opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal/__init__.py
@@ -169,7 +169,7 @@ def _export(self, batch_strategy: BatchExportStrategy) -> None:
169
170
# Do not add any logging.log statements to this function, they can be being routed back to this `emit` function,
171
# resulting in endless recursive calls that crash the program.
172
- # See https://github.com/open-telemetry/opentelemetry-python/issues/4261
+ # See https://github.com/open-telemetry/opentelemetry-python/issues/4261
173
def emit(self, data: Telemetry) -> None:
174
if self._shutdown:
175
return
0 commit comments