mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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:
parent
ef223d4143
commit
642e904048
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user