-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add latency metrics for logstash async output #42565
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be feasible to add some tests? The other PR also does not have a y tests, so I'll approve it.
* Add latency metrics for logstash async output * Properly handle per-batch latency (cherry picked from commit accc5e1)
* Add latency metrics for logstash async output * Properly handle per-batch latency (cherry picked from commit accc5e1) # Conflicts: # libbeat/outputs/logstash/async.go
* Add latency metrics for logstash async output * Properly handle per-batch latency (cherry picked from commit accc5e1)
* Add latency metrics for logstash async output * Properly handle per-batch latency (cherry picked from commit accc5e1)
Same as #42537 but for Logstash
#37445 added latency metrics for the sync output but the async output is what's used by the default configuration