otsql icon indicating copy to clipboard operation
otsql copied to clipboard

Go sqldriver's hook, support opentelemetry & prometheus.

Results 4 otsql issues
Sort by recently updated
recently updated
newest added

In OTEL's [semantic convention page](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/database.md#call-level-attributes), they mention that database queries should be recorded using the attribute `db.statement`. It would be nice to use it instead of `sql.query`