We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 226f4aa + 5c7dda9 commit 0b18b2cCopy full SHA for 0b18b2c
pkg/config/services.go
@@ -226,6 +226,10 @@ var SupportedServices = serviceConfigs{
226
ResourceFilters: []*string{
227
aws.String("cassandra"),
228
},
229
+ DimensionRegexps: []*regexp.Regexp{
230
+ regexp.MustCompile("keyspace/(?P<Keyspace>[^/]+)/table/(?P<TableName>[^/]+)"),
231
+ regexp.MustCompile("keyspace/(?P<Keyspace>[^/]+)/"),
232
+ },
233
234
{
235
Namespace: "AWS/CloudFront",
0 commit comments