Skip to content

Releases: DataDog/dd-agent

5.3.2

29 Apr 21:33
Compare
Choose a tag to compare

5.3.2 / 04-29-2015

Debian only

Details

5.3.1...5.3.2

Changes

  • [BUGFIX/FEATURE] Native support of systemd with a new service file

5.3.1

22 Apr 19:24
Compare
Choose a tag to compare

5.3.1 / 04-22-2015

Windows only

Details

5.3.0...5.3.1

Changes

  • [BUGFIX] JMXFetch: Fix bootloop issue when no JMX integration is set. See [#1561][]

5.3.0

16 Apr 19:06
Compare
Choose a tag to compare

5.3.0 / 04-16-2015

Details

5.2.2...5.3.0

New integrations

Updated integrations

  • Cassandra
  • ElasticSearch
  • Gearman
  • HTTP Check
  • Jenkins
  • JMXFetch
  • Kafka
  • Marathon
  • Memcache
  • nginx
  • PostgreSQL
  • Redis
  • SNMP
  • Varnish
  • WMI
  • ZooKeeper

Changes

  • [FEATURE] Add a "flare" feature to contact our support team. See #1422 & #1509
  • [FEATURE] nginx: Add a metric to track dropped connections
  • [FEATURE] Redis: Add replication metrics and status. See #1350] and #1447 (Thanks @pbitty)
  • [FEATURE] Redis: Collect slow log metrics. See #1400
  • [FEATURE] WMI: Extend tagging options: tag metrics with a target class property, or a set of fixed values. See #1388
  • [FEATURE] PostgreSQL: Add support for custom queries, StatIO metrics, and database size metric. See #1395 and #1415 (Thanks @ipolishchuk and @adriandoolittle)
  • [FEATURE] Kafka: Add support of kafka >= 0.8.2. See #1438 (Thanks @patrickbcullen)
  • [FEATURE] Cassandra: Add more storage proxy metrics to default config. See #1393
  • [FEATURE] SNMP: Add support of SNMPv1. See #1408 (Thanks @slushpupie)
  • [FEATURE] Jenkins: Add support of version >= 1.598. See #1442
  • [FEATURE] JMX Checks: Add service checks
  • [FEATURE] JMX Checks: Add support of list of filters. See http://docs.datadoghq.com/integrations/java/
  • [FEATURE] Varnish: Add support of Varnish 4.x. See #1459 and #1461
  • [FEATURE] HTTP Check: Add the possibility to test for the content of the response. See #1297, #1326 and #1390 (Thanks @chrissnel] and @handigarde)
  • [IMPROVEMENT] JMXFetch: Move JMXFetch to its own entry in the supervisor
  • [IMPROVEMENT] Switch http library used in checks to requests. See #1399
  • [IMPROVEMENT] NTP Check: Enable by default
  • [IMPROVEMENT] EC2 tags: require only DescribeTags permission. See #1503 (Thanks @oremj)
  • [BUGFIX] JMXFetch: Add default min and max heap size
  • [BUGFIX] PostgreSQL: Fix "Metric has an interval of 0 bug". See #1211 and #1396
  • [BUGFIX] Marathon: Fix bad url construction. See #1278 and #1401
  • [BUGFIX] Zookeeper: Fix misleading metric name. See #1443] and #1383
  • [BUGFIX] Proxy settings: Cast proxy port to an integer. See #1414 and #1416
  • [BUGFIX] Support EC2 tag discovery in all regions. See #1332]
  • [BUGFIX] Source installation: Fix "error: no such option: --use_simple_http_client". See #1454
  • [BUGFIX] Memcache: Fix bad support of multi instances. See #1490
  • [BUGFIX] Gearman: Fix bad support of multi instances. See #1476
  • [BUGFIX] HTTP Check: Fix for servers using SNI
  • [BUGFIX] ElasticSearch: Fix bad support of multi instances. See #1487
  • [BUGFIX] Core: Do not use proxy for local connection. See #1518

5.2.2

20 Mar 15:18
Compare
Choose a tag to compare

5.2.2 / 03-20-2015

Linux or Source Install only

Details

5.2.1...5.2.2

Changes

  • [SECURITY] The deb and rpm packages now bundle OpenSSL 1.0.1m
  • [BUGFIX] Fix "pidfile /tmp/dd-agent.pid already exists" bug. See #1435
  • [BUGFIX] Fix bundling of rrdtool python binding

5.2.1

20 Feb 21:31
Compare
Choose a tag to compare

Details

5.2.0...5.2.1

Changes

  • [BUGFIX] varnish: fix regression, bad argument in _parse_varnishstat. See #1377 (Thanks @mms-gianni)
  • [BUGFIX] source install: move pysnmp and pysnmp-mibs to optional reqs. See #1380
  • [BUGFIX] etcd: service check OK is now returned. See #1379
  • [BUGFIX] varnish: fix varnishadm sudoed call with subprocess. See #1389

5.2.0

17 Feb 19:30
Compare
Choose a tag to compare

Details

5.1.1...5.2.0

New and updated integrations

  • CouchDB
  • Couchbase
  • Docker
  • ElasticSearch
  • etcd
  • fluentd
  • Gearman
  • GUnicorn
  • HTTP
  • JMXFetch
  • KyotoTycoon
  • Marathon
  • Mesos
  • Network
  • Postgresql
  • Process
  • Riak
  • RiakCS
  • SNMP
  • Supervisor
  • TeamCity
  • TokuMX
  • Varnish
  • VSphere
  • Windows Event Viewer
  • Windows Services
  • Windows System metrics

Changes

  • [FEATURE] Dogstatsd: Add an option to namespace all metrics. See #1210 (Thanks @igor47)
  • [FEATURE] Couchdb: Add a service check. See #1201
  • [FEATURE] Couchbase: Add a service check. See #1200
  • [FEATURE] Gearman: Add a service check. See #1203
  • [FEATURE] GUnicorn: Add a service check. See #1163
  • [FEATURE] KyotoTycoon: Add a service check. See #1202
  • [FEATURE] Marathon: Add a service check. See #1205
  • [FEATURE] Mesos: Add a service check. See #1205
  • [FEATURE] Riak: Add a service check. See #1187
  • [FEATURE] SNMP: Add a service check. See #1236
  • [FEATURE] TokuMX: Add a service check. See #1173
  • [FEATURE] Varnish: Add a service check. See #1213
  • [FEATURE] VSphere: Add a service check. See #1238
  • [FEATURE] VSphere: Allow host filtering. See #1226
  • [FEATURE] HTTPCHeck: Check for SSL certificate expiration. See #1152
  • [FEATURE] etcd: Add new etcd integration. See #1235 (Thanks @gphat)
  • [FEATURE] Process: Better SmartOS support. See #1073 (Thanks @djensen47)
  • [FEATURE] Windows Event Viewer: Allow filtering by id. See #1255
  • [FEATURE] Windows Services: Monitor state of Windows Services. See #1225
  • [FEATURE] Windows: Get more system metrics regarding memory and disk usage.
  • [FEATURE] Windows: Better GUI
  • [FEATURE] Adding “min” metric to histograms. See #1219
  • [FEATURE] Activemq: New ActiveMQ XML check that collect more metrics. See #1227 (Thanks @brettlangdon)
  • [FEATURE] TeamCity: New TeamCity integration. See #1171 (Thanks @AirbornePorcine)
  • [FEATURE] RiakCS: Add a RiakCS Integration. See #1101 (Thanks @glickbot)
  • [FEATURE] FluentD: Add a FluentD integration. See #1080 (Thanks @takus)
  • [FEATURE] Docker: Configurable image count collection. See #1345
  • [FEATURE] SNMP: Integer and Integer32 metric types support. See #1318
  • [FEATURE] JMXFetch: Fetch more JVM (Non)Heap variables by default. See #42
  • [BUGFIX] Docker: Filter events too. See #1285
  • [BUGFIX] ElasticSearch: Handle Timeout. See #1267
  • [BUGFIX] ElasticSearch: Only query the local node. See #1181 (Thanks @jonaf)
  • [BUGFIX] Marathon: Fix check on Marathon >= 0.7. See #1240
  • [BUGFIX] Network: Fix interface skipping. See #1260 (Thanks @sirlantis)
  • [BUGFIX] Postgreql: Fix service check. See #1273
  • [BUGFIX] Postgresql: Fix BGW metrics. See #1272 (Thanks @ipolishchuk)
  • [BUGFIX] Postgresql: Fix buffers_backend_fsync. See #1275
  • [BUGFIX] SNMP: Fix "tooBig" SNMP error. See #1155 (Thanks @bpuzon)
  • [BUGFIX] Zookeeper: Fix bad command sending.
  • [BUGFIX] ElasticSearch: Fix host tagging. See #1282
  • [BUGFIX] SNMP: Fix non-increasing OID issue. See #1281
  • [BUGFIX] Dogstatsd: Properly handle UTF-8 packets. See #1279
  • [BUGFIX] SQLServer: Fix for Latin1_General_BIN Collection Servers. See #1214 (Thanks @PedroMiguelFigueiredo)
  • [BUGFIX] FreeBSD: Get full interface name. See #1141 (Thanks @mutemule)
  • [BUGFIX] SNMP: Fix a 'Missing OID' issue. See #1318
  • [BUGFIX] JMXFetch: Fix a memory leak issue. See #30
  • [BUGFIX] Windows Event Log: Fix a timezone issue. See #1370

4.4.0

24 Jun 18:16
Compare
Choose a tag to compare

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.

4.3.1

23 Jun 22:12
Compare
Choose a tag to compare

4.3.1 / 06-03-2014

Linux or Source Install only

Integrations affected

  • Docker
  • HAProxy

Changes

  • [IMPROVEMENT] Don't collect Docker total_ metrics by default. See [#964][]
  • [BUGFIX] Report Docker CPU metrics as rate. See [#964][]
  • [BUGFIX] Add HAProxy reporter name in HAProxy event's titles. See [#960][]

4.3.0

23 Jun 22:12
Compare
Choose a tag to compare

4.3.0 / 05-22-2014

Integrations affected

  • MongoDB
  • Process
  • CouchDB
  • Docker
  • HAProxy
  • Marathon
  • Memcached
  • Mesos
  • MySQL
  • TokuMX
  • ElasticSearch
  • Network

Changes

  • [BUGFIX] Fix incorrect open file descriptors metric name in process check: See [#904][]. Warning: As the metric name will be changed. Your dashboards will have to be updated.
  • [FEATURE] Add some mongo2.2+ metrics to check: See [#951][](Thanks to [@ckrough][])
  • [FEATURE] Collect checks statuses: See [#922]
  • [FEATURE] CouchDB: Support basic authentication: See [#930]
  • [FEATURE] Docker: Support Docker 0.11
  • [FEATURE] Docker: Collect events from the events api
  • [FEATURE] HAProxy: Allow collection of metrics per host with the option collect_status_metrics_by_host: See [#935]
  • [BUGFIX] HAProxy: Fix inaccuracy of count_per_status metric: See [#940]
  • [BUGFIX] HAProxy: Update event's titles: See [#935]
  • [FEATURE] Add Marathon integration: See [#921][](Thanks to [@graemej][])
  • [FEATURE] Add Mesos integration: See [#919][](Thanks to [@graemej][])
  • [FEATURE] Memcached: Add delete_misses/delete_hits: See [#928][](Thanks to [@arthurnn][])
  • [BUGFIX] MySQL: Only collect MySQL metrics from /proc on unix machines: See [#947]
  • [BUGFIX] MySQL: Fix duplicate metric bug: See [#899]
  • [BUGFIX] Varnish: Fix a bug that was causing tags to be continuously added in some cases.
  • [FEATURE] Add an option to disable Dogstastsd: See [#927]
  • [FEATURE] Memcached: Add support for local unix socket connections: See [#891][](Thanks to [@mike-lerch][])
  • [FEATURE] Add TokuMX integration: See [#933][](Thanks to [@leifwalsh][])
  • [BUGFIX] ElasticSearch: Added correct GC metrics for ES 1.x: See [#900][](Thanks to [@joningle][])
  • [FEATURE] Network: Add additional metrics for TCP: See [#949][]

4.2.2

23 Jun 22:11
Compare
Choose a tag to compare

4.2.2 / 04-25-2014

Windows Only

Integrations affected

  • Redis

Changes

  • [FEATURE] Support Redis check on Windows: See [#917]