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

Add user tag to inputs procstat #4378

Closed
ojle opened this issue Jul 4, 2018 · 0 comments
Closed

Add user tag to inputs procstat #4378

ojle opened this issue Jul 4, 2018 · 0 comments
Assignees
Labels
area/procstat feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@ojle
Copy link

ojle commented Jul 4, 2018

Feature Request

Opening a feature request kicks off a discussion.

Proposal:

Add user tag to procstat tags
Uid already can be obtained from gopsutil/process, and the username itself can be obtained with something like:
id -nu ${Uid}

Current behavior:

Currently no user tag is added to the procstat when running pattern as match

Desired behavior:

Add user tag to procstat

Use case: [Why is this important (helps with prioritizing requests)]

When running procstat with pattern where multiple processes are gathered, it's good to know which user is running the process

glinton added a commit that referenced this issue Jul 5, 2018
@glinton glinton self-assigned this Jul 5, 2018
@danielnelson danielnelson added this to the 1.8.0 milestone Jul 5, 2018
@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/procstat feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

3 participants