Skip to content

Releases: coroot/coroot

1.5.6

07 Oct 10:40
73c71e3

Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

1.5.5

03 Oct 10:01
@def def
110a07a

Choose a tag to compare

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

30 Sep 12:24
@def def
942e366

Choose a tag to compare

What's Changed

  • consider ClickHouse as non-clustered when no Zookeeper/ClickHouse Keeper is configured by @def in #339

Full Changelog: v1.5.3...v1.5.4

1.5.3

24 Sep 13:20
@def def
0237fa4

Choose a tag to compare

What's Changed

  • remove per-instance log-based metrics in favor of per-application metrics by @def in #337

Full Changelog: v1.5.2...v1.5.3

1.5.2

24 Sep 11:36
@def def
46d3a9d

Choose a tag to compare

What's Changed

  • add support for clustered ClickHouse by @def in #336

Full Changelog: v1.5.1...v1.5.2

1.5.1

16 Sep 13:48
@def def
d08dacb

Choose a tag to compare

What's Changed

  • add documentation on configuring OpenTelemetry SDKs and the collector to send traces to Coroot by @def in #333

Full Changelog: v1.5.0...v1.5.1

1.5.0

12 Sep 11:21
ec8bdd0

Choose a tag to compare

New Features

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

15 Aug 05:58

Choose a tag to compare

v1.4.2

cache: fix chunk intervals calculation for refresh intervals > 1m

1.4.1

05 Aug 11:28
@def def
8f6339b

Choose a tag to compare

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:

Screenshot 2024-08-01 at 18 27 33

Applications-level view:

Screenshot 2024-08-01 at 18 28 19

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

  • add Internet egress and Cross-AZ data transfer costs breakdown by @def in #305

Full Changelog: v1.4.0...v1.4.1

v1.4.0

29 Jul 12:59
@def def
34f147f

Choose a tag to compare

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 external namespace 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