grafana/pkg/expr
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
..
classic
mathexp
metrics SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
ml
sql SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
commands.go
commands_test.go
convert_to_full_long.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
convert_to_full_long_num_test.go
convert_to_full_long_ts_test.go
converter.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
converter_test.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
dataplane.go
dataplane_test.go datasources: querier: renamed the "mt" builder to "qs" builder (#109779) 2025-08-19 12:37:56 +02:00
errors.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
errors_test.go
graph.go SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
graph_test.go SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
hysteresis.go
hysteresis_test.go
ml.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
ml_test.go
nodes.go SSE/QuerySvc: (Chore) Remove expression parser code and feature toggle (#110117) 2025-08-26 13:21:24 +00:00
nodes_test.go
query.go
query.panel.example.json
query.panel.schema.json
query.request.example.json
query.request.schema.json
query.types.json
query_convert.go datasources: querier: better handling of timestamps (#108973) 2025-08-05 08:35:57 +02:00
query_convert_test.go datasources: querier: better handling of timestamps (#108973) 2025-08-05 08:35:57 +02:00
query_test.go
service.go datasources: querier: renamed the "mt" builder to "qs" builder (#109779) 2025-08-19 12:37:56 +02:00
service_sql_test.go SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
service_test.go SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
sql_command.go SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
sql_command_alert_test.go
sql_command_test.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
testing.go
threshold.go
threshold_bench_test.go
threshold_test.go
transform.go Sql Expressions: (Chore) Dedicated logger for expr.sql, and pass context (#109549) 2025-08-13 11:20:14 -04:00