grafana/pkg/tsdb/cloudwatch
Shirley 86311e3a33
CloudWatch: Refactor query batching (#78581)
Co-authored-by: Fiona Liao <fiona.y.liao@gmail.com>
2023-11-29 22:43:34 +01:00
..
clients CloudWatch: Use context in aws ListMetricsPages (#76938) 2023-10-23 16:17:06 +02:00
constants Cloudwatch: Add missing appsync metrics (#76703) 2023-11-29 12:09:19 -05:00
kinds/dataquery Codegen: Generate any instead of interface{} (#70201) 2023-06-16 10:54:56 +02:00
mocks FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
models Cloudwatch: Use context in aws DescribeLogGroupsWithContext (#77176) 2023-11-01 15:06:06 -04:00
routes FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
services Cloudwatch: Use context in aws DescribeLogGroupsWithContext (#77176) 2023-11-01 15:06:06 -04:00
testdata Cloudwatch: Backend cleanup (#59663) 2022-12-02 10:21:46 +01:00
utils CloudWatch: Cross-account querying support (#59362) 2022-11-28 12:39:12 +01:00
annotation_query_test.go Plugins: Set grafana config, plugin version and user agent on plugin requests (#75171) 2023-09-21 11:33:31 +02:00
annotation_query.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
client_factory.go Cloudwatch: Fix Unexpected error (#74420) 2023-09-25 14:19:12 -04:00
cloudwatch_integration_test.go CloudWatch: Use context in aws GetLogGroupFieldsWithContext (#77174) 2023-10-30 15:14:18 -04:00
cloudwatch_test.go Cloudwatch: Use context in aws DescribeLogGroupsWithContext (#77176) 2023-11-01 15:06:06 -04:00
cloudwatch.go CloudWatch: Call query method from DataSourceWithBackend to support public dashboards (#77532) 2023-11-20 14:44:22 -08:00
get_dimension_values_for_wildcards_test.go CloudWatch: Use context in aws ListMetricsPages (#76938) 2023-10-23 16:17:06 +02:00
get_dimension_values_for_wildcards.go CloudWatch: Use context in aws ListMetricsPages (#76938) 2023-10-23 16:17:06 +02:00
get_metric_data_executor_test.go CloudWatch: Refactor test mock by removing GetMetricsData from FakeMetricsAPI (#58355) 2022-11-08 10:28:50 +01:00
get_metric_data_executor.go Chore: Convert CloudWatch metrics to data frames (#27449) 2020-10-06 13:45:58 +02:00
get_metric_query_batches_test.go CloudWatch: Refactor query batching (#78581) 2023-11-29 22:43:34 +01:00
get_metric_query_batches.go CloudWatch: Refactor query batching (#78581) 2023-11-29 22:43:34 +01:00
log_actions_test.go Cloudwatch: Prevent log group requests with ARNs if feature flag is off (#75672) 2023-09-28 14:25:03 -04:00
log_actions.go FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
log_query_test.go CloudWatch Logs: Add labels to alert and expression queries (#77529) 2023-11-02 16:26:31 -04:00
log_query.go CloudWatch Logs: Add labels to alert and expression queries (#77529) 2023-11-02 16:26:31 -04:00
log_sync_query_test.go CloudWatch: Call query method from DataSourceWithBackend to support public dashboards (#77532) 2023-11-20 14:44:22 -08:00
log_sync_query.go CloudWatch Logs: Wrap sync error from executeGetQueryResults (#73252) 2023-08-15 17:31:55 -04:00
metric_data_input_builder_test.go CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in backend (#66494) 2023-04-27 11:19:45 +02:00
metric_data_input_builder.go CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in backend (#66494) 2023-04-27 11:19:45 +02:00
metric_data_query_builder_test.go CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in backend (#66494) 2023-04-27 11:19:45 +02:00
metric_data_query_builder.go CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in backend (#66494) 2023-04-27 11:19:45 +02:00
metric_find_query_test.go CloudWatch: Use context in aws DescribeRegionsWithContext (#76922) 2023-10-23 16:39:07 +02:00
metric_find_query.go Cloudwatch: Use context in aws DescribeLogGroupsWithContext (#77176) 2023-11-01 15:06:06 -04:00
resource_handler.go FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
response_parser_test.go CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in backend (#66494) 2023-04-27 11:19:45 +02:00
response_parser.go CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in backend (#66494) 2023-04-27 11:19:45 +02: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 context in aws DescribeLogGroupsWithContext (#77176) 2023-11-01 15:06:06 -04:00
time_series_query_test.go CloudWatch: Use context in aws ListMetricsPages (#76938) 2023-10-23 16:17:06 +02:00
time_series_query.go FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00