-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature Request: sqlcommenter support? #109
Comments
I am not familiar with the sqlcomment, but as long as it instruments the database via injecting codes into |
Sqlcommenter works on the driver/ORM layer, by injecting metadata containing comments as part of the SQL statements that are sent to the database. These logs are then ingested on the database side (with support from Cloud SQL Insights, a proprietary Google Cloud offering). I am not aware of OSS solutions that do this ingestion and expose this data to the user yet, but I'm sure with this becoming part of I would like otelsql driver to add the de facto standardized fields
I'd like to be able to use both Cloud SQL Insights and Cloud Trace in my application, and I think XSAM/otelsql could do it for me. |
@StevenACoffman This is an interesting feature 👍. I created a PR to implement this. PTAL. |
Thanks! Very cool! |
@StevenACoffman I just released this feature. Enjoy! I am happy to hear feedback on this. |
I read that Sqlcommenter merged into OpenTelemetry.
I have database connection code that I have already instrumented with https://github.com/XSAM/otelsql
and I am wondering if adding sqlcomment is redundant or if it would provide additional value?
The text was updated successfully, but these errors were encountered: