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 uprobes to execDC in order to instrument SQL DML #475

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

RonFed
Copy link
Contributor

@RonFed RonFed commented Nov 8, 2023

Currently, we have uprorbe attachment to the queryDC function in database/sql. This allows us to add spans for queries that return data (SELECT). This PR will add spans for modifications in the DB (INSERT, DELETE, ...)
The httpPlusDb example was modified to demonstrate both types

@RonFed RonFed requested a review from a team November 8, 2023 10:29
@MrAlias MrAlias merged commit f2318cc into open-telemetry:main Nov 8, 2023
12 checks passed
@MrAlias MrAlias added this to the v0.8.0-alpha milestone Nov 14, 2023
@MrAlias MrAlias mentioned this pull request Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants