-
Notifications
You must be signed in to change notification settings - Fork 143
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
Comments
Example: number of open files. Scylla doesn't have this metrics natively. Node-exporter exports it for the whole node including all other processes. |
Another example: user/system/idle time consumption ratio. Idle is probably going to be zero, but u/s ration is interesting |
But we do run in Scylla Cloud node exporter. Perhaps it's missing in Enterprise / OSS? |
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 |
@xemul Please open the issue in the right repository |
@amnonh , what's the right repository for this issue? |
@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. |
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 |
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
The text was updated successfully, but these errors were encountered: