-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Is your feature request related to a problem?
Current my Python Application use the opentelemetry-sdk for tracing.
But the Trace inside of surrealdb does not map to the original trace in python.
It is created a new Trace.
Describe the solution
let surrealdb.py create a span with kind client when we call the database.
During connection to surrealdb transmit the trace-id and span-id to the database.
Reuse in the Database the trace-id and span-id.
Alternative methods
Instatt of during connect to surrealDB. Transmit it during every query.
SurrealDB version
2.x
surrealdb.py version
1.0.6
Contact Details
No response
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct for repository surrealdb/surrealdb.py
- I agree to follow this project's Code of Conduct
alexmojaki