File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## 0.38.7
6+
7+ - Cloudwatch metrics: fix uppercase for metrics in [ #252 ] ( https://github.com/grafana/grafana-aws-sdk/pull/252 )
8+
59## 0.38.6
610
711- Fix: use configured externalID when not using Grafana Assume Role by @njvrzm in [ #248 ] ( https://github.com/grafana/grafana-aws-sdk/pull/248 )
Original file line number Diff line number Diff line change @@ -1378,8 +1378,8 @@ var NamespaceMetricsMap = map[string][]string{
13781378 "DeadLetterInvocations" ,
13791379 "Events" ,
13801380 "FailedInvocations" ,
1381- "IngestiontoInvocationCompleteLatency " ,
1382- "IngestiontoInvocationStartLatency " ,
1381+ "IngestionToInvocationCompleteLatency " ,
1382+ "IngestionToInvocationStartLatency " ,
13831383 "InvocationAttempts" ,
13841384 "Invocations" ,
13851385 "InvocationsCreated" ,
You can’t perform that action at this time.
0 commit comments