Skip to content

Releases: coroot/coroot

1.9.4

24 Mar 08:45
@def def
d7eb586

Choose a tag to compare

What's Changed

  • aggregate per-container DNS metrics into per-app metrics by @def in #508

Full Changelog: v1.9.3...v1.9.4

1.9.3

21 Mar 13:03
@def def
14f67ef

Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3

1.9.2

21 Mar 10:51
@def def
65217ba

Choose a tag to compare

What's Changed

  • perf: aggregate instance-to-instance connections by @def in #505

Full Changelog: v1.9.1...v1.9.2

v1.9.1

20 Mar 09:12
367eb5e

Choose a tag to compare

What's Changed

  • cache: display and log prometheus query errors by @apetruhin in #503

Full Changelog: v1.9.0...v1.9.1

1.9.0

18 Mar 13:25
db71744

Choose a tag to compare

Infrastructure as Code (IaC) approach for database monitoring using pod annotations.

Coroot can now automatically discover and collect metrics from database instances (pods) annotated with coroot.com/*-scrape annotations.
For example, to enable Postgres-specific metrics collection from a CloudNativePG database, configure the Cluster with the following annotations:

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: cnpg-example
spec:
  instances: 2
  inheritedMetadata:
    annotations:
      coroot.com/postgres-scrape: "true"
      coroot.com/postgres-scrape-credentials-secret-name: cnpg-app
      coroot.com/postgres-scrape-credentials-secret-username-key: username
      coroot.com/postgres-scrape-credentials-secret-password-key: password

More info: https://docs.coroot.com/databases

Full Changelog: v1.8.12...v1.9.0

1.8.12

11 Mar 12:09
@def def
fb2ff71

Choose a tag to compare

What's Changed

  • cache: reduce memory allocations when reading labels by @apetruhin in #492
  • stats: cardinality stats by @def in #495

Full Changelog: v1.8.11...v1.8.12

1.8.11

06 Mar 09:15
3c94ac6

Choose a tag to compare

What's Changed

  • docs: document options introduced in Coroot Operator 1.2.2 by @apetruhin in #486
  • cache: limit label value size to MaxUint16 by @apetruhin in #488

Full Changelog: v1.8.10...v1.8.11

1.8.10

04 Mar 12:35
f3a4c17

Choose a tag to compare

What's Changed

Full Changelog: v1.8.9...v1.8.10

1.8.9

04 Mar 10:16
554df05

Choose a tag to compare

What's Changed

  • added TTL option for logs, traces and profiles in clickhouse by @heisGarvit in #472
  • config: add support for day/week/year durations by @apetruhin in #483
  • cache: log source chunk path on compaction error by @apetruhin in #484

New Contributors

Full Changelog: v1.8.8...v1.8.9

1.8.8

28 Feb 13:28
897d7b3

Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.8.8