mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	cloudwatch: Add resource_arns template query function
Implements feature request #8207
This commit is contained in:
		@@ -21,6 +21,7 @@ import (
 | 
			
		||||
	"github.com/aws/aws-sdk-go/aws/request"
 | 
			
		||||
	"github.com/aws/aws-sdk-go/service/cloudwatch"
 | 
			
		||||
	"github.com/aws/aws-sdk-go/service/ec2/ec2iface"
 | 
			
		||||
	"github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/resourcegroupstaggingapiiface"
 | 
			
		||||
	"github.com/grafana/grafana/pkg/components/null"
 | 
			
		||||
	"github.com/grafana/grafana/pkg/components/simplejson"
 | 
			
		||||
	"github.com/grafana/grafana/pkg/metrics"
 | 
			
		||||
@@ -28,7 +29,8 @@ import (
 | 
			
		||||
 | 
			
		||||
type CloudWatchExecutor struct {
 | 
			
		||||
	*models.DataSource
 | 
			
		||||
	ec2Svc ec2iface.EC2API
 | 
			
		||||
	ec2Svc  ec2iface.EC2API
 | 
			
		||||
	rgtaSvc resourcegroupstaggingapiiface.ResourceGroupsTaggingAPIAPI
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type DatasourceInfo struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user