Releases: coroot/coroot
Releases · coroot/coroot
1.9.4
1.9.3
1.9.2
v1.9.1
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
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: passwordMore info: https://docs.coroot.com/databases
Full Changelog: v1.8.12...v1.9.0
1.8.12
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
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
1.8.9
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
- @heisGarvit made their first contribution in #472
Full Changelog: v1.8.8...v1.8.9
1.8.8
What's Changed
- cache: chunk v4 by @apetruhin in #480
- stats: add auditor stages by @apetruhin in #481
Full Changelog: v1.8.7...v1.8.8