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

[BUG] CloudWatch Logs Sink not generating LogEventSuccessMetrics #3113

Closed
MaGonzalMayedo opened this issue Aug 4, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@MaGonzalMayedo
Copy link
Contributor

Describe the bug
When collecting metrics from CloudWatch Logs, if there are no event_handles in the source type, the sink does not properly update the "LogEventsSucceededCounter".

To Reproduce
Steps to reproduce the behavior:

  1. Set up Data-Prepper config with http source and cloudwatch_logs sink and configured CloudWatch metrics.
  2. Sent POST requests with log information to Data-Prepper server instance.

Expected behavior
When reading the collected metrics from the sink, a positive value for the events succeeded was expected as log events were being received. But instead received 0 for the entire logging period.

Screenshots
image

Environment (please complete the following information):

  • OS: macOS Ventura
  • Version 13.4
@dlvenable
Copy link
Member

Closed by #3114.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants