Skip to content

Releases: coroot/coroot

1.2.0

12 Jun 14:12
@def def
107a3fe
Compare
Choose a tag to compare

What's Changed

  • traces: allow root spans to have kinds other than SPAN_KIND_SERVER by @apetruhin in #244
  • using semi-consistent FQDNs for IPs resolving to multiple domains by @def in #246
  • deploy: configure named volumes for Docker Compose/Swarm by @apetruhin in #258
  • enhance grouping of argo workflow runs by @def in #260
  • Update CONTRIBUTING.md by @mark8s in #261
  • better grouping of Apache Spark applications managed by spark-operator by @def in #262
  • application map: collapse clients, dependencies, and instances list by @def in #263

New Contributors

Full Changelog: v1.1.0...v1.2.0

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