mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user