ApplicationInsights-Java icon indicating copy to clipboard operation
ApplicationInsights-Java copied to clipboard

Get SQL Command params

Open sidyes opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. I cannot see the paramaters on Application Insights for a performed SQL command. They are masked with a ?.

Describe the solution you would like I would like to have possibility to not mask the parameters. This should be somehow configurable. Is this possible?

Describe alternatives you have considered Logging SQL statements manually by wrapping their calls.

Additional context

sidyes avatar Dec 01 '21 14:12 sidyes

When are we expecting an enhancement around this requirement, do we have any configs to disable masking in AI agent JSON config yet?

Jitu-Ranjan avatar Jun 29 '22 10:06 Jitu-Ranjan

hi @sidyes @Jitu-Ranjan! we will pull this feature into Application Insights Java once it has been added upstream in OpenTelemetry (https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/400)

trask avatar Jun 30 '22 04:06 trask