Show FileSystemId as a dimension key (#26662)

FileSystemId can be used to filter by filesystem ID if needed. Right now it just returns blank
This commit is contained in:
waqark3389 2020-07-29 07:35:07 +01:00 committed by GitHub
parent ef223d4143
commit 642e904048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ var dimensionsMap = map[string][]string{
"AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"}, "AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"},
"AWS/ElasticTranscoder": {"Operation", "PipelineId"}, "AWS/ElasticTranscoder": {"Operation", "PipelineId"},
"AWS/Events": {"RuleName"}, "AWS/Events": {"RuleName"},
"AWS/FSx": {}, "AWS/FSx": {"FileSystemId"},
"AWS/Firehose": {"DeliveryStreamName"}, "AWS/Firehose": {"DeliveryStreamName"},
"AWS/GameLift": {"FleetId", "InstanceType", "MatchmakingConfigurationName", "MatchmakingConfigurationName-RuleName", "MetricGroups", "OperatingSystem", "QueueName"}, "AWS/GameLift": {"FleetId", "InstanceType", "MatchmakingConfigurationName", "MatchmakingConfigurationName-RuleName", "MetricGroups", "OperatingSystem", "QueueName"},
"AWS/Glue": {"JobName", "JobRunId", "Type"}, "AWS/Glue": {"JobName", "JobRunId", "Type"},