Skip to content

Releases: coroot/coroot-node-agent

1.3.0

30 Nov 12:09
@def def

Choose a tag to compare

Added support for Kafka and Cassandra (CQL binary protocol v3 & v4) protocols:

  • Kafka: container_kafka_requests_total, container_kafka_requests_duration_seconds_total
  • Cassandra: container_cassandra_queries_total, container_cassandra_queries_duration_seconds_total

1.2.3

25 Nov 11:28
e349472

Choose a tag to compare

v1.2.3

fix typo in `container_http_requests_duration_seconds_total`

1.2.2

25 Nov 09:49
@def def

Choose a tag to compare

v1.2.2

eBPF tracer: determine the size of the first `io_vec` element when ha…

1.2.1

23 Nov 15:54
@def def

Choose a tag to compare

v1.2.1

more accurate binding of L7 requests to TCP connections

1.2.0

18 Nov 10:31
@def def
02681c1

Choose a tag to compare

This release introduces metrics describing outgoing L7 requests performed by containers.
For each supported protocol the agent reports the number of requests and their latency:

  • HTTP: container_http_requests_total, container_http_request_duration_seconds_total
  • Postgres: container_postgres_queries_total, container_postgres_queries_duration_seconds_total
  • Redis: container_redis_queries_total, container_redis_queries_duration_seconds_total
  • Memcached: container_memcached_queries_total, container_memcached_queries_duration_seconds_total
  • Mysql: container_mysql_queries_total, container_mysql_queries_duration_seconds_total
  • Mongo: container_mongo_queries_total, container_mongo_queries_duration_seconds_total

A Coroot release is coming soon that will provide unprecedented visibility to your applications based on these metrics:

image (2)

1.1.1

26 Oct 13:29

Choose a tag to compare

v1.1.1

ebpf: ensure that kernel tracing is available

1.1.0

27 Sep 10:26

Choose a tag to compare

Support for ARM64 - coroot/coroot#1

1.0.21

23 Sep 13:35
@def def

Choose a tag to compare

v1.0.21

don't skip a TCP connection if its entry cannot be found in the connt…

1.0.20

22 Sep 11:29
@def def

Choose a tag to compare

v1.0.20

add the `k3s` application type

1.0.19

17 Sep 12:53
@def def

Choose a tag to compare

Fixed container inspection on k3s