Releases: coroot/coroot
Releases · coroot/coroot
1.5.6
1.5.5
What's Changed
- skip ClickHouse connection attempt if it's undefined by @def in #340
- ignore negative values in histograms by @def in #341
- add overview chart displaying JVM heap size by @def in #342
- combine ClickHouse components managed by Coroot Operator into database clusters by @def in #343
- fix app category calculation by @def in #344
- throw an error if unable to select a ClickHouse cluster by @def in #345
Full Changelog: v1.5.4...v1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
New Features
- Authentication and Role-Based Access Control by @apetruhin in #309
- Application incidents by @def in #318
Improvements
- cache: fix chunk intervals calculation for refresh intervals > 1m by @apetruhin in #310
- rbac: refactoring by @apetruhin in #316
- Root Cause Analysis UI components by @def in #323
- prevent saving log records with invalid timestamps to ClickHouse by @def in #325
- constructor: performance optimization by @apetruhin in #329
Full Changelog: v1.4.1...v1.5.0
1.4.2
1.4.1
Coroot now calculates the costs of cross-AZ traffic and Internet egress. This feature is essential for understanding which services generate the most cross-availability zone traffic or send data to external services, and how much it costs.
Node-level view:
Applications-level view:
Limitations:
- Only the TCP payload is considered, without TCP/IP headers
- Only outbound TCP connections are taken into account
- The free tier is not supported yet
- The first tier of Internet Egress pricing is used
- Cross-region data transfer pricing is not taken into account
Changes
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Custom applications by @def in #291
- using I/O load instead of utilization percentage for highlighting I/O issues by @def in #292
- make nodes view more compact by @def in #293
- add list of volumes and relevant charts to node page by @def in #294
- enhance view of external services on dependency map by @def in #295
- Net inspection improvements by @def in #296
- App categories improvements by @def in #298
- set the
externalnamespace for external services by @def in #299 - Service-to-service traffic by @def in #301
- add quick links for application categories configuration by @def in #302
Full Changelog: v1.3.1...v1.4.0