Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the DB Connector outbound operations as spans #2

Open
avioconsulting-devops opened this issue Jan 14, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@avioconsulting-devops
Copy link

Add support for creating spans for DB connector operations and capture any relevant data in tags, using standard defined open tracing tags if they exist.

@avioconsulting-devops avioconsulting-devops added the enhancement New feature or request label Jan 14, 2022
@manikmagar
Copy link
Contributor

OpenTelemetry Semantic Conventions for database client calls - https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/database/.

@manikmagar manikmagar self-assigned this Jan 23, 2022
@manikmagar
Copy link
Contributor

manikmagar commented Feb 23, 2022

PR #19 added support for following DB Operations -
"select", "update", "insert", "delete", "bulk-update", "bulk-insert", "bulk-delete",
"stored-procedure".

Missing operations are - "Execute DDL", "Execute Script", and "Query Single".

Missing Sources are - "On Table Row"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants