grafana/pkg/expr
Kyle Brandt 3acb8aa20e
SQL Expressions: Fix string constants in frame types (#111946)
s/time_series/timeseries and change from underscores to hyphens in numeric and ts types
This makes it more consistent with the other timeseries kind strings
2025-10-02 17:00:27 +00:00
..
classic SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
mathexp CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
metrics SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
ml Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
sql SQL Expressions: Add setting to limit length of query (#110165) 2025-08-27 12:08:25 -04:00
commands.go SSE: Return error messages instead of 500 on SSE command parse errors (#109480) 2025-09-02 18:00:14 +00:00
commands_test.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
convert_to_full_long.go SQL Expressions: Fix string constants in frame types (#111946) 2025-10-02 17:00:27 +00:00
convert_to_full_long_num_test.go SQL Expressions: Change metric conversion to full long (#102728) 2025-03-24 22:04:43 +02:00
convert_to_full_long_ts_test.go SQL Expressions: Change metric conversion to full long (#102728) 2025-03-24 22:04:43 +02:00
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 Expressions: sort numeric metrics behind feature toggle (#85911) 2024-04-16 10:52:47 -04:00
dataplane_test.go datasources: querier: renamed the "mt" builder to "qs" builder (#109779) 2025-08-19 12:37:56 +02:00
errors.go SSE: Return error messages instead of 500 on SSE command parse errors (#109480) 2025-09-02 18:00:14 +00:00
errors_test.go Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
graph.go SQL Expressions: Instrumentation fix and extra testing (#110778) 2025-09-15 13:00:22 -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 SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
hysteresis_test.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
ml.go SQL Expressions: Rework backend errors and error instrumentation (#109633) 2025-08-25 11:13:42 -04:00
ml_test.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
nodes.go SSE: Return error messages instead of 500 on SSE command parse errors (#109480) 2025-09-02 18:00:14 +00:00
nodes_test.go Dynatrace: Add to list of DS with custom label logic (#90258) 2024-07-15 10:18:54 +02:00
query.go Sql Expressions - remove references to poc database (#103618) 2025-04-08 10:59:19 -04:00
query.panel.example.json SQL Expressions: Make SQL Expressions work with Alerting (#101820) 2025-04-02 09:39:36 -04:00
query.panel.schema.json Chore: bump grafana-plugin-sdk-go from v0.275.0 to v0.277.0 (#103971) 2025-04-17 00:32:25 +03:00
query.request.example.json SQL Expressions: Make SQL Expressions work with Alerting (#101820) 2025-04-02 09:39:36 -04:00
query.request.schema.json Chore: bump grafana-plugin-sdk-go from v0.275.0 to v0.277.0 (#103971) 2025-04-17 00:32:25 +03:00
query.types.json SQL Expressions: Make SQL Expressions work with Alerting (#101820) 2025-04-02 09:39:36 -04:00
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 Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
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: Instrumentation fix and extra testing (#110778) 2025-09-15 13:00:22 -04:00
service_test.go SQL Expressions: Instrumentation fix and extra testing (#110778) 2025-09-15 13:00:22 -04:00
sql_command.go SQL Expressions: Add Exemplars to instrumentation (#110481) 2025-09-03 17:25:44 +00:00
sql_command_alert_test.go SQL Expressions / Alerting: Do not allow duplicates (#103394) 2025-04-04 10:00:30 -04:00
sql_command_test.go SQL Expressions: Add Exemplars to instrumentation (#110481) 2025-09-03 17:25:44 +00:00
testing.go Requester: Remove duplicated function (#97038) 2024-11-26 15:29:31 +01:00
threshold.go Alerting: Remove feature toggle for custom recovery threshold (#104455) 2025-04-24 11:58:17 -04:00
threshold_bench_test.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
threshold_test.go Alerting: Remove feature toggle for custom recovery threshold (#104455) 2025-04-24 11:58:17 -04:00
transform.go Sql Expressions: (Chore) Dedicated logger for expr.sql, and pass context (#109549) 2025-08-13 11:20:14 -04:00