From 642e9040485f803db4f8da5f5b7b61ece8cf77e9 Mon Sep 17 00:00:00 2001 From: waqark3389 Date: Wed, 29 Jul 2020 07:35:07 +0100 Subject: [PATCH] Show FileSystemId as a dimension key (#26662) FileSystemId can be used to filter by filesystem ID if needed. Right now it just returns blank --- pkg/tsdb/cloudwatch/metric_find_query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tsdb/cloudwatch/metric_find_query.go b/pkg/tsdb/cloudwatch/metric_find_query.go index e4fd78b85e3..22ade9c554f 100644 --- a/pkg/tsdb/cloudwatch/metric_find_query.go +++ b/pkg/tsdb/cloudwatch/metric_find_query.go @@ -172,7 +172,7 @@ var dimensionsMap = map[string][]string{ "AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"}, "AWS/ElasticTranscoder": {"Operation", "PipelineId"}, "AWS/Events": {"RuleName"}, - "AWS/FSx": {}, + "AWS/FSx": {"FileSystemId"}, "AWS/Firehose": {"DeliveryStreamName"}, "AWS/GameLift": {"FleetId", "InstanceType", "MatchmakingConfigurationName", "MatchmakingConfigurationName-RuleName", "MetricGroups", "OperatingSystem", "QueueName"}, "AWS/Glue": {"JobName", "JobRunId", "Type"},