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

Equip node with process-exporter #2366

Open
xemul opened this issue Jul 29, 2024 · 8 comments
Open

Equip node with process-exporter #2366

xemul opened this issue Jul 29, 2024 · 8 comments
Labels
enhancement New feature or request

Comments

@xemul
Copy link

xemul commented Jul 29, 2024

Node exporter exports data for the whole node, but we're in many cases interested in data about individual process, namely -- scylla daemon. There's process exporter project that should help us with it

@xemul xemul added the enhancement New feature or request label Jul 29, 2024
@xemul
Copy link
Author

xemul commented Jul 29, 2024

Example: number of open files. Scylla doesn't have this metrics natively. Node-exporter exports it for the whole node including all other processes.
Similar example: number of open sockets. If process exporter tells sockets from other files, that'd be awesome

@xemul
Copy link
Author

xemul commented Jul 29, 2024

Another example: user/system/idle time consumption ratio. Idle is probably going to be zero, but u/s ration is interesting

@mykaul
Copy link
Contributor

mykaul commented Jul 29, 2024

But we do run in Scylla Cloud node exporter. Perhaps it's missing in Enterprise / OSS?

@xemul
Copy link
Author

xemul commented Jul 30, 2024

The request is not about node exporter, but about process exporter to export metrics about individual scylla daemon, not the whole node it runs on

@amnonh
Copy link
Collaborator

amnonh commented Jul 31, 2024

@xemul Please open the issue in the right repository

@xemul
Copy link
Author

xemul commented Aug 5, 2024

@amnonh , what's the right repository for this issue?

@amnonh
Copy link
Collaborator

amnonh commented Aug 5, 2024

@xemul Scylla monitoring is just for monitoring; this issue is either in Scylla's repository (if it's something that always needs to be installed) or the cloud if it's cloud-specific.

@xemul
Copy link
Author

xemul commented Aug 5, 2024

Likely we'll need new dashboards for this exporter and from a quick look I didn't find those in exporter repo, only the link to an example. Presumably this issue should be kept open due to that, but feel free to close it if you think it should not

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

No branches or pull requests

3 participants