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

Execd processor #7640

Merged
merged 7 commits into from
Jun 26, 2020
Merged

Execd processor #7640

merged 7 commits into from
Jun 26, 2020

Conversation

ssoroka
Copy link
Contributor

@ssoroka ssoroka commented Jun 5, 2020

No description provided.

internal/process/process.go Outdated Show resolved Hide resolved
internal/process/process.go Outdated Show resolved Hide resolved
internal/process/process.go Show resolved Hide resolved
internal/process/process.go Outdated Show resolved Hide resolved
internal/process/process.go Outdated Show resolved Hide resolved
internal/process/process.go Show resolved Hide resolved
internal/process/process_posix.go Outdated Show resolved Hide resolved
plugins/processors/execd/README.md Outdated Show resolved Hide resolved
plugins/processors/execd/README.md Outdated Show resolved Hide resolved
plugins/processors/execd/execd.go Outdated Show resolved Hide resolved
plugins/processors/execd/README.md Show resolved Hide resolved
plugins/inputs/execd/execd_posix.go Show resolved Hide resolved
plugins/processors/execd/README.md Outdated Show resolved Hide resolved
plugins/processors/execd/README.md Outdated Show resolved Hide resolved
@ssoroka ssoroka added this to the 1.15.0 milestone Jun 22, 2020
@@ -32,7 +31,3 @@ func (e *Execd) Gather(acc telegraf.Accumulator) error {

return nil
}

Copy link
Contributor

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?

Copy link
Contributor Author

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.

plugins/processors/execd/examples/count.go Outdated Show resolved Hide resolved
@ssoroka ssoroka requested a review from reimda June 24, 2020 15:16
testutil/accumulator.go Outdated Show resolved Hide resolved
testutil/accumulator.go Outdated Show resolved Hide resolved
plugins/processors/execd/execd_test.go Outdated Show resolved Hide resolved
internal/process/process.go Outdated Show resolved Hide resolved
internal/process/process.go Outdated Show resolved Hide resolved
plugins/inputs/execd/execd.go Outdated Show resolved Hide resolved
plugins/processors/execd/execd.go Outdated Show resolved Hide resolved
plugins/processors/execd/execd.go Show resolved Hide resolved
plugins/processors/execd/execd.go Outdated Show resolved Hide resolved
plugins/processors/execd/execd.go Outdated Show resolved Hide resolved
Copy link
Contributor

@danielnelson danielnelson left a 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.

@ssoroka ssoroka merged commit d75ca67 into master Jun 26, 2020
@ssoroka ssoroka deleted the execd-processor branch June 26, 2020 22:18
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
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.

4 participants