Skip to content

Commit

Permalink
fix(cloudwatch): use correct metric statistic for IncomingLogEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesley Pappas committed Oct 29, 2024
1 parent 1eff500 commit 687b981
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class CloudWatchLogsMetricFactory extends BaseMetricFactory<CloudWatchLog
metricIncomingLogEvents() {
return this.metricFactory.createMetric(
"IncomingLogEvents",
MetricStatistic.N,
MetricStatistic.SUM,
"Logs",
this.dimensionsMap,
undefined,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 687b981

Please sign in to comment.