grafana/pkg/expr
Kyle Brandt 8b6329a224
SQL Expressions: Fixes for Prometheus Metric Instrumentation (#106722)
* capture errors on metrics
* rename seconds to sql_command_duration_milliseconds to match unit that has been captured, and update buckets
* rename sql_command_errors_total to sql_command_count
2025-06-17 09:23:56 -04: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: Fixes for Prometheus Metric Instrumentation (#106722) 2025-06-17 09:23:56 -04:00
ml
sql SQL Expressions: Exclude CTEs from required Tables (#106479) 2025-06-11 10:36:28 -04:00
commands.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01: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: Always convert on type first (#106083) 2025-05-28 12:00:37 -04: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: Always convert on type first (#106083) 2025-05-28 12:00:37 -04:00
converter_test.go SQL Expressions: Always convert on type first (#106083) 2025-05-28 12:00:37 -04:00
dataplane.go
dataplane_test.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
errors.go Server-side expressions: Improve error message (#103968) 2025-04-14 21:14:03 +00:00
errors_test.go
graph.go SQL Expressions: Exclude CTEs from required Tables (#106479) 2025-06-11 10:36:28 -04:00
graph_test.go SQL Expressions: Add cell-limit for input dataframes (#101700) 2025-03-11 17:14:33 +00: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 Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
ml_test.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
nodes.go SQL Expressions: Add sql expression specific timeout and output limit (#104834) 2025-05-13 15:22:20 -04:00
nodes_test.go
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_test.go
reader.go SQL Expressions: Add sql expression specific timeout and output limit (#104834) 2025-05-13 15:22:20 -04:00
reader_test.go
service.go SQL Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00
service_sql_test.go SQL Expressions: Simplify test code (#101718) 2025-03-06 17:02:31 +00:00
service_test.go SQL Expressions: Add sql expression specific timeout and output limit (#104834) 2025-05-13 15:22:20 -04:00
sql_command.go SQL Expressions: Fixes for Prometheus Metric Instrumentation (#106722) 2025-06-17 09:23:56 -04: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: Fixes for Prometheus Metric Instrumentation (#106722) 2025-06-17 09:23:56 -04: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 Expression: Add instrumentation for sql expressions (#103758) 2025-04-10 19:51:44 +01:00