📑 I have found these related issues/pull requests
Slightly related to #2750 and #7458.
🔖 Feature description
It might be useful to show quarterly (90d) and half-year (180d) uptime ratio intervals. Or even better, allow the user to configure the intervals.
✔️ Solution
Have those intervals available in dashboards and Prometheus metrics. If possible, making it configurable for the user which intervals should be calculated would be even better.
❓ Alternatives
I have considered manually calculating uptime ratios for various intervals using Prometheus queries, but doing this for larger windows/intervals makes the queries quite slow (and sometimes fail due to too many datapoints). Having more/custom windows exported as a precalculated value (like for existing 1d, 30 and 365d windows) would make Grafana dashboards faster.
📝 Additional Context
No response
📑 I have found these related issues/pull requests
Slightly related to #2750 and #7458.
🔖 Feature description
It might be useful to show quarterly (90d) and half-year (180d) uptime ratio intervals. Or even better, allow the user to configure the intervals.
✔️ Solution
Have those intervals available in dashboards and Prometheus metrics. If possible, making it configurable for the user which intervals should be calculated would be even better.
❓ Alternatives
I have considered manually calculating uptime ratios for various intervals using Prometheus queries, but doing this for larger windows/intervals makes the queries quite slow (and sometimes fail due to too many datapoints). Having more/custom windows exported as a precalculated value (like for existing 1d, 30 and 365d windows) would make Grafana dashboards faster.
📝 Additional Context
No response