-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, we lack visibility into the Microsoft Semantic Kernel integration usage. This ticket aims to enhance the integration by adding wrapping library metadata. We'll achieve this by passing additional metadata to MongoClient instances during their creation. For example:
from pymongo import MongoClient from pymongo.driver_info import DriverInfo MongoClient(connection_string, driver=DriverInfo(name="Microsoft Semantic Kernel", version="x.y.z"))
Note: Please make sure this doesn't over-write any other metadata.
- depends on
-
MOTOR-1209 Motor's DriverInfo should not be overwritten
- Closed
- is related to
-
PYTHON-2052 PyMongo does not truncate client metadata document to 512 bytes
- Closed
- related to
-
MOTOR-1209 Motor's DriverInfo should not be overwritten
- Closed