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 am wondering if adding [sqlcomment](https://github.com/ariga/sqlcomment) is redundant or if it would provide additional value?
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?