Skip to content

Commit 535c8fe

Browse files
Fix typo in Route53Resolver metric name (#349)
Co-authored-by: Kevin Yu <[email protected]>
1 parent 0da1aff commit 535c8fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Setup
20-
uses: grafana/plugin-ci-workflows/actions/plugins/setup@main # zizmor: ignore[unpinned-uses]
20+
uses: grafana/plugin-ci-workflows/actions/internal/plugins/setup@main # zizmor: ignore[unpinned-uses]
2121
with:
2222
go-version: '1.24.6'
2323
golangci-lint-version: '2.1.6'

pkg/cloudWatchConsts/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ var NamespaceMetricsMap = map[string][]string{
28042804
},
28052805
"AWS/Route53Resolver": {
28062806
"InboundQueryVolume",
2807-
"OutboundQueryAggregatedVolume",
2807+
"OutboundQueryAggregateVolume",
28082808
"OutboundQueryVolume",
28092809
},
28102810
"AWS/S3": {
@@ -3432,7 +3432,7 @@ var NamespaceDimensionKeysMap = map[string][]string{
34323432
"AWS/ElasticBeanstalk": {"EnvironmentName", "InstanceId"},
34333433
"AWS/ElasticInference": {"ElasticInferenceAcceleratorId", "InstanceId"},
34343434
"AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"},
3435-
"AWS/EMRServerless": {"ApplicationId", "ApplicationName", "CapacityAllocationType","JobId", "JobName", "WorkerType"},
3435+
"AWS/EMRServerless": {"ApplicationId", "ApplicationName", "CapacityAllocationType", "JobId", "JobName", "WorkerType"},
34363436
"AWS/ElasticTranscoder": {"Operation", "PipelineId"},
34373437
"AWS/EventBridge/Pipes": {"AwsAccountId", "PipeName"},
34383438
"AWS/Events": {"EventBusName", "EventSourceName", "RuleName"},

0 commit comments

Comments
 (0)