- [CHORE] Remove pycache directory during upgrades (#871).
- [CHORE] Fix CI Kitchen tests by using fork of kitchen-docker driver (#873).
- [FEATURE] Support Remote Agent updates with Fleet Automation (#866).
- [CHORE] Fix CI Kitchen tests by including
libyaml-devinstallation required bypsychsub-dependency (#868).
- [BUGFIX] Handle Windows Agent pinned version above 7.46 (#860).
- [CHORE] Explicitly convert matches in
agent_versionto integers instead of type casting (#856) to avoid warnings.
- [BUGFIX] Bump uri from 1.0.2 to 1.0.3 (#846).
- [BUGFIX] Fix Datadog Reports (#848).
- [BUGFIX] Fix tcp_check for multi-instances (#851).
- [BUGFIX] Fix do not set empty tls_protocols_allowed and tls_ciphers for elasticsearch (#852)(thanks @nielstholenaar).
This release has multiple breaking changes. You may need to update your module integration. Note that module dependencies have been updated.
This release adds support for Puppet 8, updating all classes to use defined class parameters types. Be aware that this change may break existing implementations.
- [FEATURE] Add Support for Puppet 8 (#823)(thanks @xenon8, @nielstholenaar).
- [FEATURE] Update Module Dependencies including updates for StdLib, migrating to newer functions where appropriate.
- [FEATURE] Class definitions updated with references to Datadog examples.
- [FEATURE] Update to CI Builds to work with Ruby 3.
- [BUGFIX] Fix issue where MSI path was not correctly parsed.
- [BUGFIX] BREAKING -
datadog_agent::integrations::disknow expects booleans foruse_mount,all_partitions, andtag_by_filesystem. - [BUGFIX] Fix
supress_errorstypo in the ActiveMQ_xml check.supress_errorsis preserved for backwards compatibility, but newsuppress_errorsshould be used instead. - [DEPRECATE] Drop support for Puppet 6 and below.
- [DEPRECATE] Drop support for Datadog Agent version 5, including removal of unit tests.
- [DEPRECATE] Remove
ganglia,graphite,dogstreams,custom_emitters, anduse_curl_http_clientlegacy configuration options, which are no longer supported since Datadog Agent v6+ - [DEPRECATE] Remove support for supplying a string to the
ssl_verifyoption on the elasticsearch integration. We now usetls_verifywhich matches core Datadog code. - [DEPRECATE] Remove legacy Jenkins integration.
- [DEPRECATE]
skip_eventsetting on TCP Check class has been removed from the Datadog integration (removed since Datadog Agent v6.4+). - [DEPRECATE] Remove support for supplying a String to the
ssl_verifyoption on the elasticsearch integration. Add updatedtls_*options to match core Datadog code.
- [FEATURE] Update mongo configuration template with
dbm,database_autodiscovery,reported_database_hostname, andhostsparameters. (#838) (thanks @lu-zhengda).
- [BUGFIX] Fix incorrect SSL parameter data type for postgres integration (#824)
- [FEATURE] Add missing SSL parameters for redis integration (#835)
- [FEATURE] Add support for
DD_REMOTE_POLICIES(#821) - [FEATURE] Add support for Datadog installer on Linux systems (#820)
- [DEPRECATE] Deprecate CentOS 6 to 7.51.1 maximum and install only relevant gpg keys on redhat based systems (#806)
- [SANITY] Remove a duplicate parameter in the documentation (#799)(thanks @albertollamaso)
- [FEATURE] Allow defining
apm_filter_tagsandapm_filter_tags_regexto filter traces/spans (#798)(thanks @erik-frontify)
- [FEATURE] Add support to run agent as domain user on Windows installation (#785)
- [SANITY] Remove usage of Puppet legacy Facts (#790)(Thanks @cocker-cc)
- [SANITY] Remove usage of puppetlabs-ruby deprecated module (#789)
- [FEATURE] Trust new APT and RPM keys. (#782)
- [DEPRECATE] Remove the old RPM GPG key 4172A230 from hosts that still trust it, and stop trusting it. (#770)
- [FEATURE] Restart Agent service on Windows on system probe configuration changes (#761)
- [BUGFIX] Make
datadog_agent::service::enabletype more general (#756) - [BUGFIX] Hide diff for datadog.yaml file (#755)
- [FEATURE] Solr: rely on built-in default metrics (#748) (Thanks @rud)
- [FEATURE] Mongo: Replace Deprecated Parameters (#752) (Thanks @jabbate19)
- [FEATURE] Cassandra, MySQL: Add support for max_returned_metrics and dbm options (#751) (Thanks @rgergo)
- [BUGFIX] Bump tzinfo from 1.2.9 to 2.0.5 (#746)
- [FEATURE] Add support for multiple network configuration options (#732) (Thanks @ryan-dyer-sp)
- [BUGFIX] Use proper version string for package.ensure on Windows (#741)
- [FEATURE] Allow configuring the Puppet reports endpoint (#733) (Thanks @ardichoke)
- [FEATURE] Support AlmaLinux and Rocky Linux with Puppet >= 7.12.0 (#726)
- [BUGFIX] Integration recipes now
require datadog_agentinstead ofinclude datadog_agent(#725) - [BUGFIX] Allow latest versions of: stdlib, concat, apt (#728) (Thanks @damonmaria)
- [FEATURE] Support Raspbian as debian-based systems (#719) (Thanks @Mstrodl)
- [FEATURE] Add support for security-agent config (#706) (Thanks @florusboth)
- [BUGFIX] Fix "Unable to locate package datadog-signing-keys" error on new installs (#721)
- [CHORE] Run
bundle updateon Ruby 2.5.1 (#712) - [FEATURE] Install datadog-signing-keys on Debian based platforms (#709)
- [BUGFIX] Do not add process integration configuration file if not configured (#703) (Thanks @yanjunding)
- [FEATURE] add support for
min_collection_intervalfor HTTP check (#699) (Thanks @yanjunding) - [FEATURE] Improvements for APT keys management (#698, #700, #701 and #714)
- [FEATURE] Include 'datadog_agent' class in the catalog when using the generic integration (#697) (Thanks @stantona)
- [BUGFIX] Update
excluded_interface_retype to String (#696) (Thanks @florusboth)
- [FEATURE] Support for NPM on Windows #688
- [FEATURE] Enable repo_gpgcheck for RPM repositories by default #693
- [FEATURE] Add the 'current' gpg key, only use 1 gpgkey on suse < 15 #687
- [BUGFIX] Fix typo in network.yaml.erb #690 (Thanks @florusboth)
- [BUGFIX] Fix tool_version being unknown in install_info #692
- [FEATURE] Add support for SUSE distros #682
- [FEATURE] Allow specifying an agent_flavor to install #686 (Thanks @Aramack)
- [FEATURE] Expose new parameters for disk check #679
- [BUGFIX] Fix service restart on Windows #681
- [FEATURE] Allow removing check config files #675
- [FEATURE] Allow creating more than one config file per integration #677
- [FEATURE] Add support for trusted fact tags in reports #662 (Thanks @murdok5)
- [FEATURE] Add support for collecting elasticsearch index_stats #666 (Thanks @charles-ferguson)
- [FEATURE] Trust new APT and RPM keys #667
- [BUGFIX] Fix passing tags to msiexec #661 (Thanks @alexberry)
- [BUGFIX] Only declare the Agent package if not already declared #672
- [BUGFIX] Fix Package not depending on the right Yumrepo #664
- [FEATURE] Add trusted_facts_to_tags argument to add Agent tags from trusted facts #658
- [FEATURE] Allow digging into hashes in facts for tags on Puppet < 6.0 #656
- [FEATURE] Update report processor to add tag function based on Puppet facts. See #641 (Thanks @murdok5)
- [FEATURE] Add support for third-party integrations. See #643
- [BUGFIX] Update MSI validation resource to prevent false change reports. See #636 (Thanks @murdok5)
- [BUGFIX] Report procesor: pass
msg_hostto Dogapi::Client as host. See #511 (Thanks @dbednall) - [BUGFIX] Fix apt dependency circle. See #633 (Thanks @vaisingh)
- [CHORE] Add some more logging to Puppet reports. See #639
- [FEATURE] Add install_info file. See #628
- [FEATURE] Add init_config argument to process integration. See #624 (Thanks @ffrants)
- [FEATURE] Update cassandra.yaml.erb template. See #626 (Thanks @ffrants)
- [BUGFIX] Pass proxy configuration from agent_extra_options to dogapi. See #630
- [FEATURE] Add
manage_installoption to disable installing the Agent. See #608 - [FEATURE] Add
manage_dogapi_gem, to disable the management of ruby in reports. See #613 - [FEATURE] Add
fastcgioption to the php-fpm integration. See #616 (Thanks @ChannoneArif-nbcuni) - [FEATURE] Add automatic scrubbing for tracing with the
apm_obfuscationoption. See #615 - [FEATURE] Support for additional parameters in the snmp integration. See #621 (Thanks @asenci)
- [BUGFIX] Fix missing newlines between fields in snmp integration config See #622
- [FEATURE] Accept the same version string in Debian/Ubuntu than in other OSes when pinning the Agent. See #591
- [FEATURE] Add the
check_hostnameandssl_server_nameparameters to thehttp_checkintegration. See #599 (Thanks @asenci) - [BUGFIX] Remove include from
system_probe.ppthat caused error "This Function Call is unacceptable as a top level construct in this location" on recent Puppet versions. See #596 (thanks again @asenci) - [BUGFIX] Fix broken
facts_to_tagson Agent 5. See #598 - [CHORE] Migrate project to PDK (Puppet Development Kit). See #597
This release will install Agent 7.x by default.
Some config parameters prefixed with agent6/agent5 have been renamed to
accomodate this change. Please read the docs for more details and update
your configuration accordingly.
Datadog Agent 7 uses Python 3 so if you were running any custom checks written in Python, they must now be compatible with Python 3. If you were not running any custom checks or if your custom checks are already compatible with Python 3, then it is safe to upgrade.
- [MAJOR] Agent 7 support. See #588.
- Introduces
agent_major_versionparameter that replacesagent5_enable. - Removes
agent6/agent5prefixes in argument names. - Unifies config for Agent 5/6 repos and removes the use of facter.
- Introduces
- [IMPROVEMENT] Removes uses of
validate_legacy. - [IMPROVEMENT] Keeps the group ownership of config files as
dd-agent. - [IMPROVEMENT] Removes
service_nameandpackage_nameparameters.
- [FEATURE] Add Network Performance Monitoring support. See #584. (Thanks @asenci)
- [BUGFIX] Fix logs section of mysql.yaml being ignored. See #587. (Thanks @asenci)
- [FEATURE] Official Windows support.
- [FEATURE] Support latest version of puppet libraries. See #576. (Thanks @flyinbutrs)
- [FEATURE] Support Oracle Linux. See #574. (Thanks @atayts)
- [FEATURE] Add logs parameter to mysql integration. See #572. (Thanks @asenci)
- [BUGFIX] Remove unnecessary restart of the agent on Windows. #562. (Thanks @jvanbrunschot)
- [BUGFIX] Give Administrator group access to datadog.yaml. See #571.
- [BUGFIX] Fix import of RPM key on recent versions of GPG. See #581. (Thanks @devinmatte)
- [BUGFIX] Blacklist version 6.14.0 and 6.14.1 on Windows. See #578.
- [FEATURE] Initial Windows support. See #557
- [FEATURE] Add ignore_ssl_warning to HTTP check. See #556 (Thanks @zabacad)
- [FEATURE] Add logs_open_files_limit parameter #548. (Thanks @rmrf-run)
- [BUGFIX] Fix a warning caused by calling
validate_legacywith the defaultadditional_checksdvalue ofundef. See #551. - [BUGFIX] Fix Redis integration, where tags weren't evaluated when the keys param was empty. See #558 (Thanks @jubagarie)
- [DOCUMENTATION] Fix doc for HTTP check include_content. See #555 (Thanks @zabacad)
- [FEATURE] Support puppet 6. See #537
- [FEATURE] Added a define that wraps the agent integration command. See #534
- [BUGFIX] Add whitespace surpression to redisdb.yaml.erb to ensure a valid yaml. See #533 (Thanks again @Aramack)
- [BUGFIX] Do not include additional_checksd if not set. See #545 (Thanks @turnopil)
- [IMPROVEMENT] Raise if hostname_extraction_regex doesn't capture hostname. See #544
- [FEATURE] AcitveMQ_XML: added new integration. See #521
- [FEATURE] Custom Integration: support logs collection. See #513 (Thanks @zickzackv)
- [FEATURE] Nginx: support logs collection. See #519 (Thanks @jadams-av)
- [FEATURE] Redis: adding multi-instance support. See #520
- [FEATURE] HTTP check: add support for
method,dataconfiguration. See #515 (Thanks @Aramack) - [FEATURE] HTTP check: add reverse content-match support. See #524 (Thanks @dorg-kanderson)
- [BUGFIX] Agent 6: track integration configuration directories - fixes
conf_dir_purge. See #525 (Thanks @Aramack) - [BUGFIX] Agent 6: fixes
additional_checksdnot appearing in agent config. See #513 (Thanks @gotyaio) - [BUGFIX] Postgres: allow setting password in Hiera. See #514 (Thanks @cabrinha)
- [BUGFIX] Redis: fix trying to call
empty?on an integer on template. See #527 - [SANITY] Module: bring up concat dependency upper bound to <6.0.0. See #516 (Thanks @siebrand)
- [SANITY] Module: bring up stdlib dependency upper bound to <6.0.0. See #513 (Thanks @skiedude)
- [SANITY] Module: bring up apt dependency upper bound to <=6.0.0. See #513 (Thanks @skiedude)
- [DOCUMENTATION] Fixes on disk, ndingx and activemq_xml docs. See #528
- [FEATURE] Kafka: Updated kafka integration to include all stats. See #498 (Thanks @dpricha89)
- [FEATURE] PostgreSQL: enable extra metrics collection. See #493 (Thanks @diogokiss)
- [FEATURE] Reporting: make gem provider configurable at the datadog-agent class level. See #486
- [IMPROVEMENT] Disk: support new integration options replacing deprecations. See #508
- [IMPROVEMENT] Remove apt-transport-https package install. See #504 (Thanks @fr3nd)
- [BUGFIX] Reporting: use https:// in datadog-reports.yaml. See #503 (Thanks @cabrinha)
- [BUGFIX] TCP check:
check_nameinstead of name. See #501 (Thanks @cabrinha) - [BUGFIX] SSH check: fix broken config location:
ssh_check.dinstead ofssh.d. See #502 (Thanks @cabrinha) - [BUGFIX] Revert chatty apt-get update behavior. See #506 and #507
- [FEATURE] APM Trace Search. See #485
- [BUGFIX] Fix
apm_analyzed_spansconfig directive. See #496 (Thanks @zoom-kris-anderson) - [BUGFIX] Custom integration defined type bugfix. See #490 (Thanks @o0oxid)
- DOCS multiple documentation improvements. (See #492 and #487)
- [FEATURE] Support EU site in the reporter. See #468
- [FEATURE] Add
datadog_sitefor EU/USA region support. See #464 - [FEATURE] Make Agent 6
cmd_portconfigurable. See #473 (Thanks @arkpoah) - [FEATURE] Support backup keyservers. See #470
- [FEATURE] Support
hostname_fqdn. See #481 (Thanks @alexfouche) - [FEATURE] Support GCE tag collection. See #481 (Thanks @alexfouche)
- [FEATURE] Tomcat: support
jmx_urloption. See #482 (Thanks @evansj) - [IMPROVEMENT] Reports: fix
hostname_extraction_regexdefault to undef. See #482 (Thanks @evansj) - [IMPROVEMENT] Use recommended locations for integration configs. See #481 (Thanks @alexfouche)
- [IMPROVEMENT] Silence agent6_extra_options notification on default params. See #449 (Thanks @spectralblu)
- [IMPROVEMENT] Improve proxy argument management. See #484
- [IMPROVEMENT] Generic integrations improvements. See #471
- [BUGFIX] Fix potential dependency cycle when used with other modules. See #463
- [BUGFIX] Fix Hiera tag merge in process integration. See #481 (Thanks @alexfouche)
- [BUGFIX] Merge
datadog_agent::tagshiera values. See #472 (Thanks @paulhamby) - [BUGFIX] Fix
apm_enabledYAML. See #466 (Thanks @NoodlesNZ) - [BUGFIX] Fix
facts_to_tagsregression in Agent 6. See #455 (Thanks @tommoyangn) - [TEST] Removing
sudo: falseas required by Travis CI. See #475 - [TEST] Adding vagrant-based test environment facilities. See #462
- [FEATURE] Logs: enable log configuration management. See #439
- [FEATURE] MySQL: enable custom queries/metrics. See #316 (Thanks @yrcjaya)
- [FEATURE] PHP-fpm: add parameter for ping-reply. See #417 (Thanks @Aramack)
- [FEATURE] Agents: allow version pinning from the main manifest. See #446
- [BUGFIX] Agent 5: fix user/group override for config file. See #438 (Thanks @arkpoah)
- [BUGFIX] Agent 6: honor statsd forwarding parameters. See #408 (Thanks @djova)
- [BUGFIX] Agent 6: honor hostname configuration override. See #445
- [BUGFIX] Agent 6: honor
collect_ec2_tagsparameter. See #446 - [BUGFIX] Agents: (Amazon Linux bug) allow service provider override. See #444
- [BUGFIX] Network: fix configuration path. See #433 (Thanks @ewansteele)
- [BUGFIX] Reporting: fix
hostname_extraction_regexconfig option. See #443 (Thanks @ColinHerbert) - [DEPRECATED] Agent 6:
proxy_*options are deprecated useagent6_extra_options. See #446 - DOCS README: fix apm, process config options. See #437 (Thanks @pulkitsethi)
- [FEATURE] APM: enable apm non-local traffic. See #431 (Thanks @dschaaff)
- [FEATURE] APM: add environment config parameter. See #431 (Thanks @dschaaff)
- [FEATURE] Process: add config fields for process agent scrubbing. See #426
- [FEATURE] HTTP check: allow specification of CA cert. See #418 (Thanks @ffleming)
- [BUGFIX] PgBouncer: fix indentation in output configuration file. See #427 (Thanks @fwelschen)
- [BUGFIX] Process: fixes bad enabling directive. See #420 (Thanks @dschaaff)
- [BUGFIX] MySQL check: render port number correctly in output YAML. See #424 (Thanks @kevin-bowers)
- [DEPRECATE] DEB: stop installing old APT key. See #406
- [BUGFIX] RHEL: fix faulty check prompting agent reinstalls. See #412 (Thanks @jcarr-sailthru)
- [BUGFIX] MySQL: fix broken parameters to manifest. See #411
- [FEATURE] Kafka: support multiple instances. See #404
- [FEATURE] Consul: add network latency check support. See #394 (Thanks @Aramack)
- [BUGFIX] Stdlib: fix deprecations after stdlib 4.24.0. See #403 and #404 (Thanks @teintuc)
- [BUGFIX] RHEL: stop specifying service resource provider
redhat. See #401 (Thanks @milescrabill) - [IMPROVEMENT] Add types to multiple manifest parameters. See #404
- [COMPATIBILITY] Drop puppetlabs-apt dependency lower bound to
2.4.0. See #404 and 400 (Thanks @samueljamesmarshall)
- [BUGFIX] RHEL: fix bad default agent6 repo url. See #397
This release is a major release, there are a some breaking changes. We have
tried to keep the interface as similar as possible to what the community
was already used to, but have had to make some changes and cleaned up some
of the interfaces to some classes. Most notably the main datadog_agent
class, and the datadog_agent::ubuntu and datadog_agent::redhat.
Most checks manifest should remain backward compatible.
Please note this new release will install datadog agent version 6.x by default.
Finally, deprecated modules and support for EOL'd puppets has been dropped
so if you're running a puppet server <= 4.5.x or PE <= 2016.4.x although
the module might work for some versions, it has not been tested in those
environments.
Please read the docs for more details.
- [MAJOR] Datadog agent defaults to 6.x. Puppet >=4.6. See #387 and docs
- [FEATURE] Postgresl: adding SSL parameter support. See #391 (thanks @com6056)
- [FEATURE] Docker_daemon: parametrize integration. See #378 (thanks @flyinprogrammer)
- [FEATURE] Kafka: added support for multiple instances. See #343, #395 (thanks @jensendw)
- [BUGFIX] Tomcat: fix broken metrics yaml. See #390 (thanks @oshmyrko)
- [BUGFIX] Agent6: fix Agent6 beta fact. See #384 (thanks @scottgeary)
- [CI] APM: fix APM spec tests. See #389
- [CI] APM: do not apply footer if empty string. See #381 (thanks @rothgar)
- [BUGFIX] agent6: fix generated YAML. See #379
-
[FEATURE] agent6 beta support. See #356
-
[FEATURE] directory integration. See #357 (thanks @alexfouche)
-
[FEATURE] linux_proc_extras integration. See #357 (thanks @alexfouche)
-
[FEATURE] kafka integration. See #357 (thanks @alexfouche)
-
[FEATURE] kubernetes integration. See #369 (thanks @lowkeyshift)
-
[FEATURE] kuberentes_state integration. See #369 (thanks @lowkeyshift)
-
[FEATURE] network integration. See #346 (thanks @jameynelson)
-
[FEATURE] system core integration. See #359 (thanks @dan70402)
-
[FEATURE] support for process_agent. See #352 (thanks @jfrost)
-
[IMPROVEMENT] better support for puppet 4, 5. See #362 and #370 (thanks @bittner)
-
[IMPROVEMENT] explicit puppet 5 support + fixes. See #377
-
[IMPROVEMENT] pgbouncer: support multiple instances. See #361 (thanks @ajvb)
-
[IMPROVEMENT] general cleanup. See #357 and #376 (thanks @alexfouche)
-
[BUGFIX] agent6: fix downgrade back to agent5 if on
latestversion. See #375 -
[BUGFIX] apt: only grep for last 8 characters to verify key. See #373 and #374 (thanks @szponek)
-
[DOCUMENTATION] fix tagging documentation. See #347 (thanks @bit-herder)
-
[FEATURE] Postfix Added integration. See #323 (Thanks @npaufler)
-
[FEATURE] Twemproxy: Added integration. See #326 (Thanks @swwolf)
-
[FEATURE] HAproxy: Added integration. See #326 (Thanks @swwolf)
-
[IMPROVEMENT] Memcache: Add multi-instance support for memcache. See #318 (Thanks @npaufler)
-
[IMPROVEMENT] Elasticsearch: Add support for multiple instances. See #333 (Thanks @stantona)
-
[IMPROVEMENT] Mongodb: support collection metrics per collection. See #335 (Thanks @jensendw)
-
[IMPROVEMENT] Redis: Allow command_stats. See #327 (Thanks @IanCrouch)
-
[IMPROVEMENT] Ceph: Add parameters to integration. See #322 (Thanks @stamak)
-
[IMPROVEMENT] Ubuntu: apt make repository configurable. See #340
-
[IMPROVEMENT] Ubuntu: use full key ID when adding GPG keys. See #329 (Thanks @pid1)
-
[IMPROVEMENT] Dd-agent: Change owner/group of /etc/dd-agent. See #325 (Thanks @ColinHebert)
-
[IMPROVEMENT] Docker_daemon: remove spaces that break resulting yaml. See #336 (Thanks @ckolos)
-
[BUGFIX] Dd-agent: add extra_template back. See #331 (Thanks @flyinprogrammer)
-
[BUGFIX] Dd-agent: Don't fail if there is no value in hiera. See #334 (Thanks @mtougeron)
-
[BUGFIX] Core: Addressing metaparam override in datadog_agent::tag. See #338 (Thanks @craigwatson)
-
[BUGFIX] RHEL/CentOS: fix chatty behavior. See #341
-
[BUGFIX] Dd-agent: ensured etc/dd-agent is directory. See #332 (Thanks @butangero)
-
[SANITY] Metadata: set correct apache license ID.
-
[FEATURE] Ceph: Adding integration. See #293 (Thanks @stamak)
-
[FEATURE] Tcp_check: Adding integration. See #286 (Thanks @aepod)
-
[FEATURE] Trace_agent: Configure APM trace agent. See #302 and #311 (Thanks @DDRBoxman)
-
[FEATURE] Allow hiera defined integrations. See #261 (Thanks @cwood)
-
[IMPROVEMENT] Make tags their own resource. See #261 (Thanks @cwood)
-
[IMPROVEMENT] Support ports as integers. See #315 (Thanks @alexharv074)
-
[IMPROVEMENT] PHPfpm: Support for multiple instances and
http_host. See #299 (Thanks @obi11235) -
[IMPROVEMENT] RabbitMQ: Adding additional configuration parameters. See #288 (Thanks @alvin-huang)
-
[IMPROVEMENT] Http_check: Adding response_status_code. See #290 (Thanks @dzinek)
-
[IMPROVEMENT] Http_check: Adding no_proxy configuration option. See #309
-
[IMPROVEMENT] Service_discovery: Adding jmx checks for SD. See #296 (Thanks @alvin-huang)
-
[IMPROVEMENT] Reporting: Fix already initialized warning. See #292 and #310 (Thanks @craigwatson)
-
[IMPROVEMENT] Reporting: Send metrics for hosts as a batch, reducing overhead. See #313 (Thanks @tdm4)
-
[DEPRECATE] Http_check: Slowly deprecate skip_event. See #291 (Thanks @flyinprogrammer)
-
[DOCUMENTATION] Cleanup EC2-related parameter docs. See #252 (Thanks @jdavisp3)
-
[DOCUMENTATION] Zookeeper: fix comment to match reality. See #297 (Thanks @generica)
-
[BUGFIX] [rpm] fix key rotation for RPMs - install legacy key as well. See #283. (Thanks @aepod).
-
[BUGFIX] Reporting: allow the report processor to run on Puppet Enterprise. See #266. (Thanks @binford2k).
-
[BUGFIX] RHEL/CentOS: Fix gpg and test binary paths. See #259. (Thanks @sethcleveland).
-
[BUGFIX] NTP: fix template. See #280. (Thanks @MartinDelta).
-
[BUGFIX] Multiple integrations: swapped order of optional vs. non-optional parameters. See #232. (Thanks @sethcleveland).
-
[IMPROVEMENT] [rpm+deb] repo keys rotated. See #242.
-
[IMPROVEMENT] MySQL: Allow multiple MySQL instances See #267. (Thanks @IanCrouch).
-
[IMPROVEMENT] Http check:
allow_redirects+check_certificate_expirationimprovement. See #282. (Thanks @cristianjuve). -
[IMPROVEMENT] Http_check: update to include new attributes. See #276. (Thanks @aepod).
-
[IMPROVEMENT] Http_check: set disable_ssl_validation parameter. See #258.
-
[IMPROVEMENT] Postgres: support generic postgres custom metrics. See #224. (Thanks @sethcleveland).
-
[IMPROVEMENT] Postgres: support use_pscopg2 flag for postgres integrations. See #243. (Thanks @sethcleveland).
-
[IMPROVEMENT] Cassandra: support cassandra integration tags. See #256. (Thanks @sethcleveland).
-
[IMPROVEMENT] HAProxy: support multiple instances. See #279. (Thanks @swwolf).
-
[FEATURE] Service Discovery: Allow Service Discovery configuration See #281. (Thanks @scottgeary).
-
[FEATURE] Generic define to enable new integrations. See #233. (Thanks @cwood)
-
[CI] Multiple fixes related to the spec tests on older puppets.
-
[CI] Consul: adding spec tests. See #264. (Thanks @flyinprogrammer).
- [BUGFIX] Updating Changelog and README.
-
[FEATURE] Cassandra integration. See #195. (Thanks @aaron-miller).
-
[FEATURE] Fluentd integration. See #197. (Thanks @aaron-miller).
-
[FEATURE] Memcached integration. See #203. (Thanks @NoodlesNZ).
-
[FEATURE] Riak integration. See #213. (Thanks @cristianjuve).
-
[FEATURE] Supervisord integration. See #214. (Thanks @cristianjuve).
-
[FEATURE] SSH integration. See #219. (Thanks @aaron-miller).
-
[FEATURE] DNS integration. See #212. (Thanks @jacobbednarz).
-
[IMPROVEMENT] MySQL: adding new mysql options. See #216. (Thanks @IanCrouch).
-
[IMPROVEMENT] Elasticsearch: adding elasticsearch shield support. See #202. (Thanks @pabrahamsson).
-
[IMPROVEMENT] Update the report config file check to account for permissions. See #205. (Thanks @mcasper).
-
[IMPROVEMENT] Ubuntu: Use HTTPS for apt requests. See #208. (Thanks @jacobbednarz).
-
[IMPROVEMENT] Ubuntu: retry
apt-get update. See #207. (Thanks @mraylu). -
[IMPROVEMENT] Reporting: allow setting
dogapiversion. See #210. (Thanks @degemer). -
[IMPROVEMENT] Reporting: allow setting
gem_providermanually. See #223. -
[IMPROVEMENT] Http_check: Adding content_match argument. See #217. (Thanks @cristianjuve)
-
[IMPROVEMENT] Varnish: Add
-nargument. See #209. (Thanks @cristianjuve) -
[IMPROVEMENT] Consul: new configuration options. See #204. (Thanks @scottgeary)
-
[BUGFIX] Reporting could break if
min datadog_reports returns nil. See #211. -
[BUGFIX] Redhat: Setting provider to
redhat, should fix init issues. See #222. -
[CI] Fixed broken Travis testing.
- [BUFIX] Fix reversed logic in
hostname_extractionoption.. See #189. (Thanks @davejrt). - [BUFIX] Fix reporting on PE and POSS. Dogapi gem required in JRuby Env. See #188.
- [BUFIX] On ubuntu manifest, agent version should be explicitly configurable. See #187.
- [BUFIX] HTTP check, name is a compulsory field. See #186.
- [BUFIX] Dogstatsd should be enabled by default. See #183.
-
[FEATURE] Added manifest for PGBouncer. See #175. (Thanks @mcasper).
-
[FEATURE] Added manifest for Consul. See #174. (Thanks @flyinprogrammer).
-
[FEATURE] Added mesos master and slave manifests for individual management. See #174. (Thanks @flyinprogrammer and @jangie).
-
[FEATURE] Added option to extract the hostname from puppet hostname strings with a regex capture group. See #173. (Thanks @LeoCavaille).
-
[FEATURE] Added support on multiple ports per host on Redis integration. See #169. (Thanks @fzwart).
-
[FEATURE] Added support for
disable_ssl_validationon Apache integration. See[#171. (Thanks @BIAndrews). -
[FEATURE] Added support for SSL, additional metrics and database connection in Mongo integration. See #164. (Thanks @bflad).
-
[FEATURE] Added support for multiple instance in HTTP check. See #155. (Thanks @jniesen).
-
[FEATURE] Added support for multiple new datadog.conf directives. See #79. (Thanks @obowersa).
-
[FEATURE] Decouple yum repo from agent package. See #168. (Thanks @b2jrock).
-
[IMPROVEMENT] Moved GPG key to its own parameter. See #158. (Thanks @davidgibbons).
-
[BUFIX] Updated docker to use more current
docker_daemon. See #174. (Thanks @flyinprogrammer and @jangie). -
[DEPRECATE] Deprecated old docker manifest. See #174. (Thanks @flyinprogrammer).
-
[DEPRECATE] Deprecated
new_tag_namesindocker_daemonmanifest. See #176. -
[DEPRECATE] Deprecated
use_mountoption in base manifest. See #174. (Thanks @flyinprogrammer). -
[CI] Added multiple tests for integration classes. See #145. (Thanks @kitchen).
-
[FEATURE] Added Puppet 4 support. See #161. (Thanks @grubernaut).
-
[FEATURE] Added support for optional parameters in NTP integration. See #139. (Thanks @MartinDelta).
-
[BIGFIX] Use ensure_packages(), to be more polite about apt-transport-https. See #154. (Thanks @rtyler).
-
[BUGFIX] Fixed Zookeeper template. See #150 (Thanks @tuxinaut).
-
[BUGFIX] Raised priority of
changedevent types to normal - they'll now show in Datadog UI. See #156. (Thanks @rtyler). -
[BUGFIX] Require stdlib >=4.6 (provide
validate_integer()). See #161. (Thanks @mrunkel-ut). -
[CI] Testable up to puppet 4.2. See #161. (Thanks @grubernaut).
-
[COSMETIC] Removing trailing whitespace. See #149. (Thanks @tuxinaut).
- [FEATURE] Add generic integration configuration
- [FEATURE] Add HTTPS support for yum and apt-get
- [FEATURE] Add support for warning on missing REDIS keys.
- [FEATURE] Add support for configuring the length of REDIS slow-query queue.
- [FEATURE] Add dogstatsd forwarding configuration.
- [FEATURE] Allow skipping of SSL validation.
- [FEATURE] Allow configuration of stats histogram percentiles.
- [FEATURE] Allow disabling apt-key trusting.
- [FEATURE] Add configuration of http client.
- [FEATURE] Add support for grabbing Hiera tags.
-
[FEATURE] Add
gangliaconfiguration -
[FEATURE] Add
rabbitmqfeatures forqueuesandvhosts -
[FEATURE] Add pre-commit hooks for
yamlvalidation andpuppet-lint -
[BUGFIX] Check for
rubygemsdefinition before attempting install -
[BUGFIX] Pin
rspec-puppetversion to 2.2.0 to avoid unexpected test regressions -
[BUGFIX] Fix default value for
ntpoffset -
[BUGFIX] Be more flexible in required version of
puppetlabs/ruby -
[DOC] Improve documentation for
ntpintegration -
[DOC] Improve documentation for
postgresintegration -
[DOC] Improve documentation for contributing to the repo
-
[FEATURE] Add
collect_ec2_tagsandcollect_instance_metadataoptions to the main class -
[FEATURE] Add
sockparameter in MySQL integration -
[FEATURE] Add support for graphite listener option in the main class
-
[FEATURE] Add NTP integration
-
[FEATURE] Add support for dogstreams array in the main class
-
[FEATURE] Add HAProxy integration
-
[FEATURE] Add RabbitMQ integration
-
[FEATURE] Add support for an extra template appended to datadog.conf
-
[FEATURE] Add Mesos integration
-
[FEATURE] Add Marathon integration
-
[FEATURE] Add more flexiblity to configure the docker integration
-
[BUGFIX] Fix discrepancy of
exact_matchdefault in the process check compared to dd-agent -
[BUGFIX] Fix ordering of resources when installing agent
-
[CI] Test on a variety of puppet & ruby versions
-
[CI] Move to Travis docker infra and add some bundle caching
- [FEATURE] Add zookeeper integration
- [FEATURE] Make redhat/yum base URL configurable
- [FEATURE] Add docker integration
- [FEATURE] Add postgres integration
- [FEATURE] Add
use_mountoption in the base datadog_agent class - [FEATURE] Add proxy options in the base datadog_agent class
- [BUGFIX] Use correct JMX-styled tags in JMX integrations
Careful this means that you probably have to update a buggy array of tags (that gives you nothing in the agent) to a hash of tags.
- [BUGFIX] Fix ordering in YAML templates using
to_yamlbroken because of ruby 1.8 - [CI] Add boilerpate for specs and linting rake tasks
- [CI] Add a travis build!
- [CI] All base manifests should have specs
- [FEATURE] Expose
log_to_syslogindatadog_agentclass - [BUGFIX] Fix Mongo integration YAML file generation when using
tags
- [FEATURE] Add
facts_to_tagsto the main class, to tag with facts out of the box - [FEATURE] Add classes for Tomcat & Solr integrations
- [FEATURE] Make
service_ensureandservice_enableconfigurable allowing specific use like image builds - [BUGFIX] Removed
datadog-agent-baseremoval during installation that could cause yum to uninstalldatadog-agent - [BUGFIX] Fixed deprecation warning on the
datadog.conftemplate