grafana/pkg/expr/sql
Kyle Brandt dd4ffc9918
SQL Expressions: Add setting to limit length of query (#110165)
sql_expression_query_length_limit

Set the maximum length of a SQL query that can be used in a SQL expression. Default is 10000 characters. A setting of 0 means no limit.
2025-08-27 12:08:25 -04:00
..
db.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
db_test.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
dummy_arm.go i18n: Use `grafana/i18n` to init the `locale` and manage the `regionalFormat` (#105281) 2025-05-19 13:24:33 +02:00
errors.go SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
frame_db.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
frame_db_conv.go SQL Expressions: Add sql expression specific timeout and output limit (#104834) 2025-05-13 15:22:20 -04:00
frame_table.go SQL Expressions: Add STDDEV(), VARIANCE() and aliases (#103851) 2025-04-15 10:48:19 +01:00
parser.go Sql Expressions: (Chore) Dedicated logger for expr.sql, and pass context (#109549) 2025-08-13 11:20:14 -04:00
parser_allow.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
parser_allow_test.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
parser_test.go Sql Expressions: (Chore) Dedicated logger for expr.sql, and pass context (#109549) 2025-08-13 11:20:14 -04:00