mirror of
https://github.com/grafana/grafana.git
synced 2026-06-17 12:36:11 -04:00
* expr/sql: enable SQL trace redaction for server-side expressions Bumps the go-mysql-server fork to a build that includes the merged upstream opt-in SQL trace redaction (dolthub/go-mysql-server#3537) and opts the SSE SQL context into it via WithTraceRedaction(true). GMS trace span attributes (the planbuilder "query" attr and the rowexec "table"/"left"/"right" attrs) carry the user's SQL verbatim, including table identifiers and literal filter values. With redaction enabled, identifiers become stable tokens (n1, n2, ...) and literals become value tokens ('v1', :v2, ...), deduped per query Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| db.go | ||
| db_test.go | ||
| dummy_arm.go | ||
| errors.go | ||
| frame_db.go | ||
| frame_db_conf_arm.go | ||
| frame_db_conv.go | ||
| frame_table.go | ||
| parser.go | ||
| parser_allow.go | ||
| parser_allow_test.go | ||
| parser_test.go | ||