grafana/pkg/tsdb/cloudwatch
Will Browne 7fbc7d019a
Plugins: Core plugins register via backend factory provider (#43171)
* refactoring store interface and init flow

* fix import

* fix linter

* refactor resource calling

* load with class

* re-order args

* fix tests

* fix linter

* remove old creator

* add custom config struct

* fix some tests

* cleanup

* fix

* tackle plugins

* fix linter

* refactor and fix test

* add connect failure error

* add fix for azure, cloud monitoring and test data

* restructure

* remove unused err

* add fake tracer for test

* fix grafana ds plugin
2022-01-20 18:16:22 +01:00
..
test-data Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02:00
annotation_query.go Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02:00
cloudwatch_query_test.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
cloudwatch_query.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
cloudwatch_test.go Cloudwatch: use the backend HTTP client provider (#44036) 2022-01-18 09:34:12 +01:00
cloudwatch.go Plugins: Core plugins register via backend factory provider (#43171) 2022-01-20 18:16:22 +01:00
get_metric_data_executor_test.go Chore: Convert CloudWatch metrics to data frames (#27449) 2020-10-06 13:45:58 +02:00
get_metric_data_executor.go Chore: Convert CloudWatch metrics to data frames (#27449) 2020-10-06 13:45:58 +02:00
live_test.go CloudWatch/Logs: Don't group dataframes for non time series queries (#37998) 2021-08-18 15:05:06 +02:00
live.go CloudWatch: remove unused "live" log code (#44185) 2022-01-20 08:58:39 -05:00
log_actions_test.go CloudWatch: remove unused "live" log code (#44185) 2022-01-20 08:58:39 -05:00
log_actions.go CloudWatch Logs: Add retry strategy for hitting max concurrent queries (#39290) 2021-11-17 21:46:13 +01:00
log_query_test.go Chore/fix lint issues (#27704) 2020-09-22 16:22:19 +02:00
log_query.go Chore: Convert CloudWatch metrics to data frames (#27449) 2020-10-06 13:45:58 +02:00
metric_data_input_builder.go Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02:00
metric_data_query_builder_test.go CloudWatch: remove unused "live" log code (#44185) 2022-01-20 08:58:39 -05:00
metric_data_query_builder.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
metric_find_query_test.go CloudWatch: remove unused "live" log code (#44185) 2022-01-20 08:58:39 -05:00
metric_find_query.go add all new es metrics (#43034) 2021-12-14 10:12:39 +01:00
metrics.go CloudWatch: Add Missing Elasticache Host-level metrics (#43455) 2021-12-22 14:02:52 +01:00
query_row_response.go Cloudwatch: Migrate queries that use multiple stats to one query per stat (#36925) 2021-09-08 16:06:43 +02:00
request_parser_test.go Remove reference to legacydata package (#43075) 2021-12-14 12:58:31 +01:00
request_parser.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
response_parser_test.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
response_parser.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
sort_frame_test.go CloudWatch/Logs: Fix crash when time column has nil values (#37708) 2021-08-12 10:36:06 +02:00
sort_frame.go CloudWatch/Logs: Fix crash when time column has nil values (#37708) 2021-08-12 10:36:06 +02:00
test_utils.go Cloudwatch: use the backend HTTP client provider (#44036) 2022-01-18 09:34:12 +01:00
time_series_query_test.go CloudWatch: remove unused "live" log code (#44185) 2022-01-20 08:58:39 -05:00
time_series_query.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00
types.go CloudWatch: Add support for AWS Metric Insights (#42487) 2021-11-30 10:53:31 +01:00