grafana/pkg/expr
Kyle Brandt 35e488b22b
SSE: Localize/Contain Errors within an Expression (#73163)
Changes SSE to not always fail all queries when one fails. Now only the query itself, and nodes that depend on it will error.
---------

Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2023-09-13 13:58:16 -04:00
..
classic Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
mathexp SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
ml SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
commands_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
commands.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
dataplane_test.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
dataplane.go SSE: improve error handling in DSNode (#71468) 2023-07-12 14:59:02 -04:00
errors_test.go SSE: Use errutil to show better error messages in prod (#71658) 2023-07-21 06:38:29 -04:00
errors.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
graph_test.go SSE: Add functions that determine NodeType by UID and construct a data source struct from NodeType (#70106) 2023-06-16 13:05:06 -04:00
graph.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
metrics.go SSE: (Instrumentation/Chore) Add datasource_type label to grafana_sse (#72370) 2023-07-26 10:51:02 -04:00
ml_test.go SSE: Use errutil to show better error messages in prod (#71658) 2023-07-21 06:38:29 -04:00
ml.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
nodes_test.go SSE: Use errutil to show better error messages in prod (#71658) 2023-07-21 06:38:29 -04:00
nodes.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
service_test.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
service.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
testing.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
threshold_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
threshold.go Expressions/threshold: Fix incorrect thresholds args length (#66859) 2023-04-20 05:42:34 -04:00
transform.go Replace signed in user for identity.requester (#74048) 2023-08-30 16:51:18 +02:00