-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: add additional logstash output plugin stats #9707
Conversation
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.
@johnseekins I have two questions (see comments in the code) regarding your approach. From the code-side everything is fine, but I'm not sure I like the additional metrics. :-)
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.
@johnseekins the code looks code. Can you please add at least one test-case for the new fields to check if they are parsed as expected?
There are actually no existing tests for plugin collection in logstash 7 in the current code. I guess I'll write one for the entire thing? |
@johnseekins if you can do that it would be awesome! |
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
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.
lgtm!
(cherry picked from commit f5a3df4)
Logstash exposes some output plugin stats intermittently. We should try and grab those when they exist.