Skip to content

Releases: coroot/coroot-node-agent

1.6.2

28 Dec 12:45
@def def
Compare
Choose a tag to compare
v1.6.2

[containerd] try to find the containerd socket at the path specific t…

1.6.1

22 Dec 08:25
@def def
Compare
Choose a tag to compare
v1.6.1

[docker] gathering the configured container image, not its hash

1.6.0

22 Dec 07:51
@def def
Compare
Choose a tag to compare
v1.6.0

add the `container_info{image="..."}` metric

1.5.1

09 Dec 16:11
Compare
Choose a tag to compare
v1.5.1

eBPF tracer: rabbitmq amqp protocol support

1.5.0

09 Dec 13:17
Compare
Choose a tag to compare

Added support for Rabbitmq (AMQP 0-9-1) protocol:

  • container_rabbitmq_messages_total - Total number of Rabbitmq messages produced or consumed by the container.

1.4.1

06 Dec 10:19
Compare
Choose a tag to compare
v1.4.1

reopen the conntrack connection in the container namespace if the ns …

1.4.0

05 Dec 06:53
@def def
Compare
Choose a tag to compare

JVM metrics based on hsperfdata:

  • container_jvm_info{jvm: "<main_class_or_jar>"}: meta information about the JVM, e.g java version
  • container_jvm_heap_size_bytes{jvm: "<main_class_or_jar>"}: total heap size in bytes
  • container_jvm_heap_used_bytes{jvm: "<main_class_or_jar>"}: used heap size in bytes
  • container_jvm_gc_time_seconds{jvm: "<main_class_or_jar>", gc: "<garbage_collector_name>"}: time spent in the given JVM garbage collector in seconds
  • container_jvm_safepoint_time_seconds{jvm: "<main_class_or_jar>"}: time the application has been stopped for safepoint operations in seconds
  • container_jvm_safepoint_sync_time_seconds{jvm: "<main_class_or_jar>"}: time spent getting to safepoints in seconds

1.3.1

30 Nov 14:11
@def def
Compare
Choose a tag to compare
v1.3.1

eBPF tracer: fix the connection timestamp lookup

1.3.0

30 Nov 12:09
@def def
Compare
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
Compare
Choose a tag to compare
v1.2.3

fix typo in `container_http_requests_duration_seconds_total`