CloudWatch Logs queue and websocket support (#28176)

CloudWatch Logs queue and websocket support
This commit is contained in:
kay delaney
2020-10-28 08:36:57 +00:00
committed by GitHub
parent e94b37c656
commit c4c5b2dc61
23 changed files with 701 additions and 96 deletions

View File

@@ -33,7 +33,7 @@ const setup = () => {
templateSrv.init([variable]);
const datasource = new CloudWatchDatasource(instanceSettings, templateSrv as any, {} as any);
datasource.metricFindQuery = async () => [{ value: 'test', label: 'test' }];
datasource.metricFindQuery = async () => [{ value: 'test', label: 'test', text: 'test' }];
const props: Props = {
query: {