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

feat(metrics): Replace influx db + change compose accordingly #193

Open
1 task done
antiyro opened this issue Jul 3, 2024 · 0 comments
Open
1 task done

feat(metrics): Replace influx db + change compose accordingly #193

antiyro opened this issue Jul 3, 2024 · 0 comments

Comments

@antiyro
Copy link
Member

antiyro commented Jul 3, 2024

Is there an existing issue?

  • I have searched the existing issues

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:

Capture d’écran 2024-07-03 à 11 01 30

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!

@antiyro antiyro added this to Madara Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant