| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| coroot-arm64 | 2025-10-16 | 62.2 MB | |
| coroot-amd64 | 2025-10-16 | 64.4 MB | |
| 1.16.0 source code.tar.gz | 2025-10-16 | 43.5 MB | |
| 1.16.0 source code.zip | 2025-10-16 | 43.7 MB | |
| README.md | 2025-10-16 | 1.2 kB | |
| Totals: 5 Items | 213.8 MB | 1 | |
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 https://github.com/coroot/coroot/pull/710
- add missing monitoring category by @Gakhramanzode in https://github.com/coroot/coroot/pull/671
- Update rhel.md with upped Prometheus version by @T100D in https://github.com/coroot/coroot/pull/718
- Update docker-compose.yaml with Upped Prometheus version by @T100D in https://github.com/coroot/coroot/pull/719
- add support for storing metrics in ClickHouse by @def in https://github.com/coroot/coroot/pull/721
- prometheus: set HTTP client timeouts instead of relying solely on context timeout by @def in https://github.com/coroot/coroot/pull/722
New Contributors
- @T100D made their first contribution in https://github.com/coroot/coroot/pull/718
Full Changelog: https://github.com/coroot/coroot/compare/v1.15.1...v1.16.0