Skip to content

Commit e2366bb

Browse files
authored
feat: add dimensions to msk connect and pipe metric namespaces (#223)
1 parent 0036c81 commit e2366bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cloudWatchConsts/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3339,7 +3339,7 @@ var NamespaceDimensionKeysMap = map[string][]string{
33393339
"AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"},
33403340
"AWS/EMRServerless": {"ApplicationId", "WorkerType", "CapacityAllocationType"},
33413341
"AWS/ElasticTranscoder": {"Operation", "PipelineId"},
3342-
"AWS/EventBridge/Pipes": {},
3342+
"AWS/EventBridge/Pipes": {"AwsAccountId", "PipeName"},
33433343
"AWS/Events": {"EventBusName", "EventSourceName", "RuleName"},
33443344
"AWS/FSx": {"FileSystemId"},
33453345
"AWS/Firehose": {"DeliveryStreamName"},
@@ -3355,7 +3355,7 @@ var NamespaceDimensionKeysMap = map[string][]string{
33553355
"AWS/IoTSiteWise": {"AccountId", "GatewayId", "PropertyGroup", "Reason", "SourceName", "StreamName", "ThrottledAt"},
33563356
"AWS/KMS": {"KeyId"},
33573357
"AWS/Kafka": {"Broker ID", "Cluster Name", "Consumer Group", "Topic"},
3358-
"AWS/KafkaConnect": {},
3358+
"AWS/KafkaConnect": {"ConnectorName"},
33593359
"AWS/Kendra": {"DataSourceId", "IndexId"},
33603360
"AWS/Kinesis": {"ShardId", "StreamName"},
33613361
"AWS/KinesisAnalytics": {"Application", "Flow", "Id", "Operator", "Parallelism", "Task"},

0 commit comments

Comments
 (0)