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
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
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
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
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…
What's Changed show profile diff when the baseline window is empty by @def in #930 Full Changelog: v1.23.1...v1.23.3
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
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
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…
What's Changed logs: bound memory of attribute filter suggestions by @def in #920 Full Changelog: v1.22.1...v1.22.2
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…
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…
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
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…
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
GH actions: fix the backend-builder image