Skip to content

Releases: coroot/coroot-node-agent

1.8.9

28 Jul 08:36
Compare
Choose a tag to compare

What's Changed

  • Fix TCP connection timestamp handling by @def in #24
  • Skip binary data in the logs (#25)

Full Changelog: v1.8.8...v1.8.9

1.8.8

16 Jun 14:12
@def def
461156d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.8.8

1.8.7

15 Jun 14:32
@def def
Compare
Choose a tag to compare
v1.8.7

don't skip connections from the host network namespace to the loopbac…

1.8.6

01 Jun 09:02
@def def
02a3aeb
Compare
Choose a tag to compare
v1.8.6

Merge pull request #20 from coroot/containers_with_multiple_net_names…

1.8.5

30 May 12:24
@def def
0fb14e3
Compare
Choose a tag to compare
Merge pull request #19 from coroot/aws_metadata_service_v2

using IMDSv2 to retrieve AWS instance metadata

1.8.4

29 May 10:31
@def def
98b9e46
Compare
Choose a tag to compare
Merge pull request #18 from coroot/docker_swarm

Initial support for Docker Swarm

1.8.3

24 May 12:42
@def def
Compare
Choose a tag to compare
v1.8.3

added a rate limited writer for `klog` (#17)

1.8.2

18 May 14:42
@def def
Compare
Choose a tag to compare
v1.8.2

recovering from panics while parsing `bson` documents (#16)

1.8.1

12 May 09:55
Compare
Choose a tag to compare
v1.8.1

fix reading from Cilium's eBPF maps (#15)

1.8.0

10 May 10:12
@def def
9960601
Compare
Choose a tag to compare

This release adds a new eBPF-based tracing feature to the agent, allowing it to create OpenTelemetry spans from captured Layer 7 requests and report them to an OTel Collector via OTLP (HTTP). The following protocols are supported:

  • HTTP
  • Postgres
  • MySQL
  • Redis
  • Memcached
  • MongoDB