Problem Statement
I see a list of features (some described as on by default) -- I'm trying to disable all features that write out the full query text of the executed query. Is there a way I can currently do that?
Proposed Solution
SpanOptions or something like it would support a "WriteQueryStatement" arg.
Alternatives
It seems like there is a way to configure some things, maybe I am overlooking how to disable these other spans?
Problem Statement
I see a list of features (some described as on by default) -- I'm trying to disable all features that write out the full query text of the executed query. Is there a way I can currently do that?
Proposed Solution
SpanOptions or something like it would support a "WriteQueryStatement" arg.
Alternatives
It seems like there is a way to configure some things, maybe I am overlooking how to disable these other spans?