-
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
Execd processor #7640
Execd processor #7640
Conversation
@@ -32,7 +31,3 @@ func (e *Execd) Gather(acc telegraf.Accumulator) error { | |||
|
|||
return nil | |||
} | |||
|
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.
Since the platform dependent stuff has largely been moved into Process, what's left here looks closer to execd_posix.go. Do we need platform tagged files here any more?
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.
I think so. The posix version supports signals that aren't supported in windows.
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.
As we discussed, let's split PROCESSORS.md out into a standalone PR.
No description provided.