Releases: coroot/coroot-node-agent
Releases · coroot/coroot-node-agent
1.3.0
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
1.2.2
1.2.1
1.2.0
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:
1.1.1
1.1.0
Support for ARM64 - coroot/coroot#1
