You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently one of our metric internaly is our storage usage using InfluxDB to track the base-path size. It uses a lot of spaces and it's not portable for users.
This metric is an array of storage(gb)/time:
Request
We would like to implement a native check of this base-path to ensure we get the appropriate size.
Solution
One solution would be to do a simple system call (du -sh) plus parsing and serve it to the prometheus endpoint.
Feel free to challenge this solution bellow this issue.
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered:
Is there an existing issue?
Motivation
Currently one of our metric internaly is our storage usage using InfluxDB to track the base-path size. It uses a lot of spaces and it's not portable for users.
This metric is an array of storage(gb)/time:
Request
We would like to implement a native check of this base-path to ensure we get the appropriate size.
Solution
One solution would be to do a simple system call (
du -sh
) plus parsing and serve it to the prometheus endpoint.Feel free to challenge this solution bellow this issue.
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered: