-
Notifications
You must be signed in to change notification settings - Fork 103
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
Redesign system statistics #72
Comments
Alternatives to complete removal: PG has pg_stats_statements and similar views which one could use to get/derive statistics from which serve a similar usecase. This sounds like a nice recipe for doing this: https://www.timescale.com/blog/point-in-time/ |
@jankatins I think a generic interface for statistical data provider would make sence here e.g. by adding a global Example: These metric data could be saved and made visible in the UI somewhere. I do not have much of an idea how such a generic "statistic provider" interface might look like so I think I will more focus on disabling the current statistic implementation. Maybe then with a deprecation mark that the current statistic collection feature will be removed at the next major version. |
Would be interesting to have a basic
Given that mara also works with multiple DBs, you can't really expect that the metrics names are predefined, so the UI would need to dynamically react to new metrics showing up... |
Mara collects system statistic information (e.g. CPU, Disk, Memory) when a pipeline is executed.
This is a collection ticket of things which should be redesigned in this logic.
statistics
with packagepsutil
, removepsutil
from install_requires (default package requirements)The text was updated successfully, but these errors were encountered: