Disabling "?" in SQL Criteria for App
TLDR Sanjiv asked how to disable "?" in SQL criteria. vishal-signoz suggested checking the instrumentation library. Ankit provided a solution using OTEL_INSTRUMENTATION_COMMON_DB_STATEMENT_SANITIZER_ENABLED
.
Mar 02, 2023 (9 months ago)
Sanjiv
08:01 PMMar 03, 2023 (9 months ago)
vishal-signoz
12:24 AMIf you are manually instrumenting then set
sql.query
attribute in the span.Ankit
04:54 AMOTEL_INSTRUMENTATION_COMMON_DB_STATEMENT_SANITIZER_ENABLED
as in docs https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/#db-statement-sanitizationSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Unable to Monitor jdbc_connections_active Metrics in SigNoz
Ragulraj is unable to monitor jdbc_connections_active metrics with SigNoz despite modifying configurations and adding dependencies. Srikanth provided troubleshooting steps and info on alternatives, but the issue remains unresolved.
Filling in Method for Traces in Go Instrumentation
Timothy asked about filling in the method for traces in Go. vishal-signoz identified a workaround by changing the spankind to Internal, and shared a PR for the fix.
Signoz and Opentel Tracing Issue in Golang Application
Himanshu is having issues with tracing graphql queries and mongoDB calls in their Golang application using Signoz and Opentel. vishal-signoz asked about the former's instrumenting process but the issue has not been resolved.