mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add 'EventBusName' dimension to CloudWatch 'AWS/Events' namespace (#28402)
This commit is contained in:
parent
ded4be0435
commit
18f3969fdb
@ -176,7 +176,7 @@ var dimensionsMap = map[string][]string{
|
||||
"AWS/ElasticInference": {"ElasticInferenceAcceleratorId", "InstanceId"},
|
||||
"AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"},
|
||||
"AWS/ElasticTranscoder": {"Operation", "PipelineId"},
|
||||
"AWS/Events": {"RuleName"},
|
||||
"AWS/Events": {"EventBusName", "RuleName"},
|
||||
"AWS/FSx": {"FileSystemId"},
|
||||
"AWS/Firehose": {"DeliveryStreamName"},
|
||||
"AWS/GameLift": {"FleetId", "InstanceType", "MatchmakingConfigurationName", "MatchmakingConfigurationName-RuleName", "MetricGroups", "OperatingSystem", "QueueName"},
|
||||
|
Loading…
Reference in New Issue
Block a user