-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Java Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
Accroding to the spec when building an Observation the SenderContext should include
- name: A string that identifies the driver. It can be the name of a driver's component (e.g., "mongo", "PyMongo") or a package name (e.g., "com.mongo.Driver"). Drivers SHOULD select a name that is idiomatic for their language and ecosystem. Drivers SHOULD follow the Instrumentation Scope guidance.
- version: A string that represents internal driver version. The version formatting is not defined; drivers SHOULD apply the same formatting as the use forĀ client.driver.versionĀ attribute of theĀ handshake.