grafana/pkg/expr
Faye Lin a94ab259c6
Expression: Fix a bug of the display name of the threshold expression result (#85912)
* replace ReferenceVar with RefID when creating the math command for the ThresholdCommand

* Fix the Hysteresis test
2024-04-12 17:46:14 +02:00
..
classic Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
mathexp Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
ml Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
sql Expressions: Sql expressions with Duckdb (#81666) 2024-02-27 16:16:00 -05:00
commands.go Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
commands_test.go Expressions: Add model struct for the query types (not map[string]any) (#82745) 2024-02-17 02:59:11 +02:00
converter.go Expressions: expose ConvertDataFramesToResults (#83805) 2024-03-04 18:22:56 +02:00
converter_test.go Feature Flags: use FeatureToggles interface where possible (#85131) 2024-04-04 12:22:31 -04:00
dataplane.go Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
dataplane_test.go Expressions: expose ConvertDataFramesToResults (#83805) 2024-03-04 18:22:56 +02:00
errors.go
errors_test.go
graph.go Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
graph_test.go Expressions: Add model struct for the query types (not map[string]any) (#82745) 2024-02-17 02:59:11 +02:00
hysteresis.go Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
hysteresis_test.go Expression: Fix a bug of the display name of the threshold expression result (#85912) 2024-04-12 17:46:14 +02:00
metrics.go
ml.go Expressions: expose ConvertDataFramesToResults (#83805) 2024-03-04 18:22:56 +02:00
ml_test.go Chore: Remove plugincontext.ErrPluginNotFound (#74997) 2023-09-25 13:10:47 +03:00
nodes.go Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
nodes_test.go Expressions: expose ConvertDataFramesToResults (#83805) 2024-03-04 18:22:56 +02:00
query.go Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
query.panel.example.json Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
query.panel.schema.json Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
query.request.example.json Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
query.request.schema.json Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
query.types.json Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
query_test.go Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
reader.go Expressions: Create json schema for query types (#84032) 2024-03-26 06:58:56 +02:00
service.go Expressions: expose ConvertDataFramesToResults (#83805) 2024-03-04 18:22:56 +02:00
service_test.go Feature Flags: use FeatureToggles interface where possible (#85131) 2024-04-04 12:22:31 -04:00
sql_command.go Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
sql_command_test.go Expressions: expose ConvertDataFramesToResults (#83805) 2024-03-04 18:22:56 +02:00
testing.go
threshold.go Expression: Fix a bug of the display name of the threshold expression result (#85912) 2024-04-12 17:46:14 +02:00
threshold_test.go Expressions: Use enumerations rather than strings (#83741) 2024-03-01 19:38:32 +02:00
transform.go