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

Add additional Prometheus instance for different retention period #1946

Open
MoritzWeber0 opened this issue Nov 1, 2024 · 1 comment
Open
Assignees

Comments

@MoritzWeber0
Copy link
Member

Our default Prometheus retention policy is 1 year:

The more metrics we add, the more storage is needed. Some metrics are valuable and should be stored for 1 year, e.g. T4C license usage.

Other metrics like process metrics of sessions should only be stored for 30 days. Another Prometheus instance should be added for it.

@zusorio
Copy link
Member

zusorio commented Nov 25, 2024

After doing some research on this, it seems like creating a new prometheus instance might not be the best option.
Instead, we could use a service like Grafana Mimir or Thanos to collect metrics from our prometheus instance. These tools are designed for long-term storage, which means we could store metrics using different retention periods and resolutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants