Skip to content

Commit

Permalink
fix(cloudwatch): use correct metric statistic for IncomingLogEvents (#…
Browse files Browse the repository at this point in the history
…589)

Fixes #588

---

_By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license_

Co-authored-by: Chesley Pappas <[email protected]>
  • Loading branch information
chesleypappas and Chesley Pappas authored Oct 30, 2024
1 parent 1eff500 commit dc4f063
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 dc4f063

Please sign in to comment.