ClickHouse as metrics storage
This release introduces the ability to store metrics in ClickHouse instead of Prometheus. Using ClickHouse for metrics storage provides replication and horizontal scalability out of the box, ensuring high availability and excellent performance for large deployments. PromQL remains fully supported for dashboards.
What's Changed
- docs: ClickHouse Cloud + CRD changes by @def in #710
- add missing monitoring category by @Gakhramanzode in #671
- Update rhel.md with upped Prometheus version by @T100D in #718
- Update docker-compose.yaml with Upped Prometheus version by @T100D in #719
- add support for storing metrics in ClickHouse by @def in #721
- prometheus: set HTTP client timeouts instead of relying solely on context timeout by @def in #722
New Contributors
Full Changelog: v1.15.1...v1.16.0