grafana/pkg/expr
Will Browne 3f30cbf91c
DataSources: Add datasource fetching + querying interface (#80749)
* first pass

* separate oss + enterprise

* tidy things up

* add ctx

* fix tests

* use standalone svcs

* mv plugin context provide

* fix wire

* fix import
2024-01-19 15:56:52 +01:00
..
classic Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
mathexp SSE: Support hysteresis threshold expression (#70998) 2023-10-10 17:51:50 +03:00
ml Chore: Upgrade Go to 1.21.3 (#77304) 2023-11-01 09:17:38 -07:00
commands_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
commands.go Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
dataplane_test.go DataSources: Add datasource fetching + querying interface (#80749) 2024-01-19 15:56:52 +01:00
dataplane.go Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02: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 utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02:00
graph.go SSE: Add utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02:00
hysteresis_test.go SSE: Add utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02:00
hysteresis.go SSE: Add utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02: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 Chore: Remove plugincontext.ErrPluginNotFound (#74997) 2023-09-25 13:10:47 +03:00
ml.go Chore: Remove plugincontext.ErrPluginNotFound (#74997) 2023-09-25 13:10:47 +03: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: Add utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02:00
service_test.go DataSources: Add datasource fetching + querying interface (#80749) 2024-01-19 15:56:52 +01: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 SSE: Add utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02:00
threshold.go SSE: Add utility methods for HysteresisCommand (#79157) 2023-12-11 22:40:31 +02:00
transform.go Replace signed in user for identity.requester (#74048) 2023-08-30 16:51:18 +02:00