Skip to content

Feature: OpenTelemetry Tracing #219

@genofire

Description

@genofire

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions