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

Proposal: Allow simplified process filter schema #636

Closed
jander-msft opened this issue Jul 28, 2021 · 0 comments · Fixed by #1540
Closed

Proposal: Allow simplified process filter schema #636

jander-msft opened this issue Jul 28, 2021 · 0 comments · Fixed by #1540
Labels
enhancement New feature or request

Comments

@jander-msft
Copy link
Member

The current process filter schema allows for setting a key and a value and an optional match type, for example:

{
  "Key": "ProcessName",
  "Value": "dotnet"
}

This can be simplified to:

{
  "ProcessName": "dotnet"
}

in order to help minimize the verbosity.

Proposed Change

Add ProcessName, ProcessId, and CommandLine properties to the process filter descriptor in order to help minimize the verbosity of the configuration. The underlying transform can then check if the values are pulled from these new properties or from the Key/Value properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant