We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ebb6b commit cb8a2e8Copy full SHA for cb8a2e8
1 file changed
pymongo/_telemetry.py
@@ -414,6 +414,7 @@ def __init__(
414
# listener registration and logging level are stable for its lifetime.
415
self._should_publish = listeners is not None and listeners.enabled_for_server_heartbeat
416
self._should_log = _SDAM_LOGGER.isEnabledFor(logging.DEBUG)
417
+ self._start: float = 0.0
418
419
def _emit_log(self, message: _SDAMStatusMessage, **extra: Any) -> None:
420
_debug_log(
0 commit comments