Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with CloudWatchLogMetrics not updating counters when no event handles are present. #3114

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

MaGonzalMayedo
Copy link
Contributor

@MaGonzalMayedo MaGonzalMayedo commented Aug 4, 2023

Description

This change aims to fix the problem with updating metric counters in the CloudWatch Logs Sink when no event handles are present. It removes the dependency on the counters to increment by the number of events passed in instead of event handles passed in.

Issues Resolved

This will resolve the issue found in [BUG] CloudWatch Logs Sink not generating LogEventSuccessMetrics #3113

Check List

  • New functionality includes testing.
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…vent handles are present

Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
@asifsmohammed asifsmohammed merged commit 429d479 into opensearch-project:main Aug 9, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants