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?