opentelemetry-sqlcommenter icon indicating copy to clipboard operation
opentelemetry-sqlcommenter copied to clipboard

SQLCommenter components for various languages

Results 21 opentelemetry-sqlcommenter issues
Sort by recently updated
recently updated
newest added

I’m curious what the sqlcommenter story is with prepared statements. At least in Postgres there is, for obvious reasons, no way to inject data into prepared statements without re-preparing it...

Copied the [marginalia-opencensus](https://github.com/open-telemetry/opentelemetry-sqlcommenter/tree/main/ruby/sqlcommenter-ruby/marginalia-opencensus) and modified the codebase to be opentelemetry compatible. The structure of lib and test case are identical to marginalia-opencensus. Although the gemspec information need to be updated...

`pip3 install --user opentelemetry-sqlcommenter`

This PR updates the Ruby docs to leverage the support Rails has recently provided for SQLCommenter. This will facilitate adoption of SQLCommenter for folks who aren't familiar with how SQLCommenter...

I read that [Sqlcommenter merged into OpenTelemetry](https://cloud.google.com/blog/products/databases/sqlcommenter-merges-with-opentelemetry). I have database connection code that I have already instrumented with https://github.com/XSAM/otelsql ``` wrappedDriverName, err := otelsql.Register( "pgx", semconv.DBSystemPostgreSQL.Value.AsString(), ) ``` and I...

Publish packages to testpypi and pypi.

Hello there, I'm looking into the code of `io.opentelemetry.sqlcommenter.schibernate.SCHibernate` where the current trace context is injected as a comment into a SQL statement which will be prepared later. However, as...

bug

- Whenever any code is pushed into python/java/ruby/nodejs folder's main branch this GitHub workflow will merge the changes into python/java/ruby/nodejs sqlcommenter branch respectively