C

Coroot

C
Coroot Observability v1.26.4

1.26.4

What's Changed mcp: report real callers in the clients field of get_application_status by @def in #1006 add GCP integration: Cloud SQL and Memorystore by @def in #1008 tunnel ClickHouse to remote Coroot over WebSocket instead of CONNECT by @def in #1009 Full Changelog: v1.26.3...v1.26.4

C
Coroot Observability v1.26.3

1.26.3

What's Changed alerts: apply the application selector to Kubernetes event alerts by @def in #1005 Full Changelog: v1.26.2...v1.26.3

C
Coroot Observability v1.26.2

1.26.2

What's Changed show the logs of RDS instances shipped by the cluster-agent by @def in #1001 fix node pages for RDS and ElastiCache instances by @def in #1002 nodes: show engine, version, address and instance type for RDS and ElastiCache nodes by @def in #1003 aws: support Valkey ElastiCache clusters by @def in #1004 Full Changelog: v1.26.1...v1.26.2

C
Coroot Observability v1.26.1

1.26.1

What's Changed postgres: attribute a held vacuum horizon and evidence it by @def in #996 db: delete alert notifications when deleting a project by @def in #997 config: make the default time range configurable by @def in #999 docs: document all cluster-agent metrics by @def in #998 aws: IAM role auth for the cluster-agent, db config as code, and docs by @def in #1000 Full Changelog: v1.26.0...v1.26…

C
Coroot Observability v1.26.0

1.26.0

MySQL: deep, DBA-grade monitoring Coroot now reads MySQL's own diagnostics alongside eBPF wire capture, so a latency spike comes with the reason attached. New health checks Latency — ranks the likely cause: heaviest query, row-lock waits, long transactions, buffer-pool pressure, redo-log stalls, purge lag, table locks, or CPU-bound Connection errors — clients failing the handshake (bad credentials…

C
Coroot Observability v1.25.0

1.25.0

Deep MongoDB monitoring Coroot now monitors MongoDB internals the way a DBA would, with built-in health checks that detect real problems and explain the root cause. Query performance from the profiler: top queries by time, docs and index keys examined vs returned, collection scans and in-memory sorts flagged. Replication and oplog: per-secondary lag, oplog window, and apply rate. Lag alerts name t…

C
Coroot Observability v1.24.5

1.24.5

What's Changed mysql: lock-wait metrics to surface blocked/blocker queries by @def in #962 Feat: Add clickhouse TLS CA file support for cert verification by @vishnukumarkvs in #963 teams: support multiple channels with per-category notification routing by @def in #965 Full Changelog: v1.24.4...v1.24.5

C
Coroot Observability v1.24.4

1.24.4

What's Changed fix truncated response from the metrics collector when Prometheus returns 400 by @def in #950 docs: node-agent profile pruning (--profiles-prune-fraction) by @def in #954 docs: add upgrade instructions to installation pages by @def in #955 docs: node-agent log pattern extraction rate limit (--log-pattern-extraction-limit) by @def in #956 group valkey instances managed by valkey-oper…

C
Coroot Observability v1.24.3

1.24.3

What's Changed fix Postgres backups inspection by @def in #946 fix fatal startup crash when a multi-cluster project has inspectionOverrides by @def in #948 Full Changelog: v1.24.2...v1.24.3

C
Coroot Observability v1.24.2

1.24.2

What's Changed show the source cluster on the anomalies list for multi-cluster projects by @def in #944 docs: json log parsing by @def in #945 Full Changelog: v1.24.1...v1.24.2

C
Coroot Observability v1.24.1

1.24.1

What's Changed logs: return the most recent log entries by @def in #939 Multicluster improvements by @def in #943 traces: speed up ClickHouse trace queries by @def in #940 Full Changelog: v1.24.0...v1.24.1

C
Coroot Observability v1.24.0

1.24.0

Postgres monitoring Coroot now inspects Postgres in depth. The cluster-agent reads each instance's system views, and for operator-managed clusters it also reads their custom resources. Backups (CloudNativePG, Percona Operator) Operator-agnostic backup monitoring in one report and one check: Alerts on a stale last backup, a failed backup, broken WAL archiving, or an overdue schedule (derived from t…

C
Coroot Observability v1.23.3

1.23.3

What's Changed show profile diff when the baseline window is empty by @def in #930 Full Changelog: v1.23.1...v1.23.3

C
Coroot Observability v1.23.2

1.23.2

What's Changed fix panic while merging Flux objects in multi-cluster environments by @def in #925 docs: add OneLogin SAML setup guide by @def in #926 ci: build release images on native arm64 runners instead of QEMU by @def in #927 ci: download only digest/binary artifacts in release job by @def in #928 Full Changelog: v1.23.0...v1.23.2

C
Coroot Observability v1.23.1

1.23.1

What's Changed fix panic while merging Flux objects in multi-cluster environments by @def in #925 docs: add OneLogin SAML setup guide by @def in #926 ci: build release images on native arm64 runners instead of QEMU by @def in #927 ci: download only digest/binary artifacts in release job by @def in #928 Full Changelog: v1.23.0...v1.23.1

C
Coroot Observability v1.23.0

1.23.0

Windows support The Coroot agent now runs on Windows. Built on ETW (no eBPF required), it discovers Windows Services and Docker containers and reports the same telemetry you already get on Linux, in the same Coroot: Node and container metrics (CPU, memory, disk, network) Service map, built from TCP connections and listening sockets DNS metrics (domains, errors, latency) Logs from the Windows Event…

C
Coroot Observability v1.22.2

1.22.2

What's Changed logs: bound memory of attribute filter suggestions by @def in #920 Full Changelog: v1.22.1...v1.22.2

C
Coroot Observability v1.22.1

1.22.1

What's Changed docs: add guide for installing Coroot with ArgoCD by @def in #907 Track total redis keys count and TTL in redis section by @vishnukumarkvs in #911 logs: add "not contains" message filter by @def in #916 logs: improve attribute filter suggestions for high-cardinality keys by @def in #917 logs: prefetch filter names together with the logs by @def in #919 Full Changelog: v1.22.0...v1.2…

C
Coroot Observability v1.22.0

1.22.0

ArgoCD monitoring Coroot now monitors ArgoCD alongside FluxCD, showing the state of every application it manages right on the Kubernetes page. It works out of the box: GitOps state is collected by the coroot-cluster-agent's embedded kube-state-metrics (read-only), with nothing to configure. Just upgrade the Coroot Operator to the latest version so the agent gets the read permissions it needs on th…

C
Coroot Observability v1.21.1

1.21.1

What's Changed fix wrong trace sample selected for latency SLO violations by @def in #903 API keys dialog: submit on Enter by @Sudhanva-Nadiger in #902 New Contributors @Sudhanva-Nadiger made their first contribution in #902 Full Changelog: v1.21.0...v1.21.1

C
Coroot Observability v1.21.0

1.21.0

Inbound request instrumentation Until now, Coroot relied only on outbound request instrumentation via eBPF. This was enough to automatically build the service map and understand service-to-service communications without any code changes. Starting with this release, Coroot also instruments inbound requests. This means that traffic from external clients and load balancers such as AWS ALB is now visi…

C
Coroot Observability v1.20.2

1.20.2

What's Changed fix(logs): use indexed ServiceName column for k8s events queries by @Alegrowin in #883 MCP server by @def in #885 New Contributors @Alegrowin made their first contribution in #883 Full Changelog: v1.19.8...v1.20.2