Skip to content

Releases: coroot/coroot

1.1.0

03 Jun 12:08
@def def
625186f
Compare
Choose a tag to compare

What's Changed

This release introduces DNS monitoring capability in Coroot. This feature is based on metrics gathered by coroot-node-agent using eBPF. Coroot has three built-in inspections to highlight the most common DNS issues out-of-the-box:

  1. DNS latency: This inspection checks the 95th percentile of DNS response time. By default, the threshold is set at 100ms, but you can easily adjust it for a particular app or for the entire project.
  2. DNS server errors: This check identifies situations when a DNS server responds with an error.
  3. DNS NXDOMAIN errors: This check highlights scenarios when the application receives no results for certain domains, such as when a Kubernetes headless service has no ready endpoints.
Screenshot 2024-06-03 at 14 39 43

Full Changelog: v1.0.8...v1.1.0

1.0.8

29 May 12:44
aaa8b03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

1.0.7

27 May 14:06
f778362
Compare
Choose a tag to compare

What's Changed

  • otel: fix service detection for traces and logs by @apetruhin in #236
  • nodes: use both machine_id and system_uuid labels for node identification by @apetruhin in #237

Full Changelog: v1.0.6...v1.0.7

1.0.6

23 May 11:22
46e1bb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

1.0.5

10 May 11:24
1dae488
Compare
Choose a tag to compare

What's Changed

  • auditor: performance optimization of the Logs report by @apetruhin in #218

Full Changelog: v1.0.4...v1.0.5

1.0.4

09 May 14:14
@def def
190e9ce
Compare
Choose a tag to compare

What's Changed

  • resolve external service IPs to domain names by @def in #215
  • add support for Hashicorp Nomad by @def in #217

Full Changelog: v1.0.3...v1.0.4

1.0.3

30 Apr 08:39
5fab278
Compare
Choose a tag to compare

What's Changed

  • Set the Last-Modified header for embedded static assets by @apetruhin in #210

Full Changelog: v1.0.2...v1.0.3

1.0.2

29 Apr 18:34
31cd4f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

1.0.1

29 Apr 10:47
36f1f2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0

23 Apr 06:46
d57e423
Compare
Choose a tag to compare

New features

Improvements

  • categories: istio-system components are considered as part of the control-plane category by @apetruhin in #173
  • overview: fix the application filter for the health and service map views by @apetruhin in #174
  • logs: display log patterns if no log messages are found in clickhouse by @apetruhin in #175
  • add additional patterns to the control-plane app category by @def in #185
  • Alerting: Webhook improvements by @apetruhin in #186
  • add additional patterns to the control-plane app category by @eabykov in #187
  • enhance app instance rendering in the app map by @def in #188
  • add suggestions to install metric exporters for Postgres, MongoDB, and Redis by @def in #189
  • collector: inserting data into ClickHouse in batches by @apetruhin in #191
  • Fix connection duplication by @def in #192
  • profiling: fix query by @apetruhin in #193
  • bootstrap: allow setting an empty ClickHouse password by @def in #194
  • ui: fix the copy to clipboard button by @apetruhin in #197
  • deploy: add Docker Compose config and Docker Swarm stack config by @def in #198
  • trim the .slice suffix from systemd services by @def in #200

New Contributors

Full Changelog: https://github.com/coroot/coroot/compare/v0.29.5..v1.0.0