Hello
I am looking to disable spans for specific SQL commands on the PostgreSQL integration,
Typically I get a lot of SET spans before each queries.
Looks like there is no "clean" way to do this ? So far I think the only way to do it would be to remove SET from the constants ? (not tested yet) ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/pg/lib/opentelemetry/instrumentation/pg/constants.rb#L58 )
Thanks