4.4.0 / 06-24-2014
Integrations affected
- Docker
- Redis
- Memcached
- MySQL
- PostgreSQL
Changes
- [BUGFIX] Docker: Don't raise Exception if we fail to get some Docker croup info. See #981
- [BUGFIX] Docker: Don't raise Exception if no Docker containers are running. See #980
- [BUGFIX] Docker: Fix integration timeout issue. See #963
- [ENHANCEMENT] Let the possibility to disable metadata collection from 169.254.169.254. See #975
- [FEATURE] Redis: Add a metric to track key length. See #962
- [FEATURE] MySQL: Collect more metrics. See #972
- [BUGFIX] MySQL: Only collect metrics from /proc on linux machines. See #984
- [BUGFIX] PostgreSQL: Handle negative replication delay. See #977
- [ENHANCEMENT] Collect more Memcached stats. See #982
- [BUGFIX] Remove Content-Length header in CONNECT HTTP Requests (when using a proxy), as CONNECT Requests shouldn't have that header and some proxies don't support it.