@@ -14,6 +14,7 @@ See [#2709][] for reference.
1414
1515### Updated integrations
1616* Apache
17+ * Cassandra
1718* Ceph
1819* Disk Check
1920* DNS
@@ -59,12 +60,14 @@ See [#2709][] for reference.
5960* [ FEATURE] Http_check: Add ability to use post method. See [ #2544 ] [ ]
6061* [ FEATURE] Http_check: SNI support for cert_expiration. See [ #2521 ] [ ]
6162* [ FEATURE] Kubernetes: Improve service discovery to only reload checks that need it. See [ #2551 ] [ ]
63+ * [ FEATURE] Kubernetes: Ingest k8s events + limits and requests metrics. See [ #2551 ] [ ]
6264* [ FEATURE] Linux: make /proc configurable. See [ #2482 ] [ ]
6365* [ FEATURE] Mongo: Apply yaml-configured tags to service checks. See [ #2575 ] [ ] (Thanks [ @avaughan89 ] [ ] )
6466* [ FEATURE] Mysql: Allow ` connection_timeout ` to be set for MySQL checks. See [ #2729 ] [ ] (Thanks [ @scottgeary ] [ ] )
6567* [ FEATURE] Process: Option to search processes by PID. See [ #2119 ] [ ] (Thanks [ @handigarde ] [ ] )
6668* [ FEATURE] Spark: spark standalone support. See [ #2752 ] [ ] (Thanks [ @zachradtka ] [ ] ), [ omnibus-software-73] ( https://github.com/DataDog/omnibus-software/pull/73 ) , [ dd-agent-omnibus] ( https://github.com/DataDog/dd-agent-omnibus/pull/91 )
6769
70+ * [ IMPROVEMENT] Cassandra: add read and write latency ColumnFamily metrics. See [ #2483 ] [ ]
6871* [ IMPROVEMENT] Ceph: update to support 10.0.2.2. See [ #2805 ] [ ]
6972* [ IMPROVEMENT] Core: avoid calls to service discovery from dogstatsd. See [ #2798 ] [ ]
7073* [ IMPROVEMENT] Core: easier config for multiple endpoints. See [ #2774 ] [ ]
@@ -77,7 +80,7 @@ See [#2709][] for reference.
7780* [ IMPROVEMENT] Docker: Add CPU throttling stats to Docker metrics. See [ #2724 ] [ ] (Thanks [ @ejholmes ] [ ] )
7881* [ IMPROVEMENT] Dogstatsd: fix server address when non_local_traffic is passed. See [ #2691 ] [ ]
7982* [ IMPROVEMENT] Elasticsearch: Add missing metrics. See [ #2758 ] [ ] (Thanks [ @mdelaney ] [ ] )
80- * [ IMPROVEMENT] Elasticsearch: Add elastic search cluster name to tags. See [ #2744 ] [ ]
83+ * [ IMPROVEMENT] Elasticsearch: Add elastic search cluster name to tags. See [ #2744 ] [ ] and [ # 2826 ] [ ]
8184* [ IMPROVEMENT] Flare: Close the tar file cleanly once upload is done. See [ #2621 ] [ ]
8285* [ IMPROVEMENT] Flare: hide multiple endpoints api_keys. See [ #2646 ] [ ]
8386* [ IMPROVEMENT] Gohai: Processes - simplify payload. See [ #2600 ] [ ]
@@ -106,8 +109,13 @@ See [#2709][] for reference.
106109* [ IMPROVEMENT] Util: remove LaconicFilter. See [ #2605 ] [ ]
107110* [ IMPROVEMENT] Vsphere: Add optional vm include parameter. See [ #2459 ] [ ]
108111
109- * [ BUGFIX] Disk: timeout on disk usage. See [ #2714 ] [ ]
112+ * [ BUGFIX] Core: forwarder drop payloads when no valid endpoints. See [ #2833 ] [ ]
113+ * [ BUGFIX] Cloud metadata: Fail on non-2xx responses. See [ #2844 ] [ ]
114+ * [ BUGFIX] Disk: timeout on disk usage. See [ #2714 ] [ ] and [ #2823 ] [ ]
110115* [ BUGFIX] Docker_daemon: ECS introspection resilience. See [ #2745 ] [ ] and [ #2825 ] [ ]
116+ * [ BUGFIX] Docker_daemon: Custom cgroups are per instance only. See [ #2846 ] [ ]
117+ * [ BUGFIX] Docker_daemon: Fix pid retrieval that could affect k8s. See [ #2847 ] [ ]
118+ * [ BUGFIX] Dockerutil: cpu subsys might be mistaken for cpuacct. See [ #2829 ] [ ]
111119* [ BUGFIX] Flare: user flare-specific url. See [ #2813 ] [ ]
112120* [ BUGFIX] Http_check: Bring back include_content option. See [ #2631 ] [ ]
113121* [ BUGFIX] IIS: Fix metrics tagging when multiple sites are specified on instance. See [ #2677 ] [ ]
@@ -3312,6 +3320,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
33123320[ #2477 ] : https://github.com/DataDog/dd-agent/issues/2477
33133321[ #2479 ] : https://github.com/DataDog/dd-agent/issues/2479
33143322[ #2482 ] : https://github.com/DataDog/dd-agent/issues/2482
3323+ [ #2483 ] : https://github.com/DataDog/dd-agent/issues/2483
33153324[ #2486 ] : https://github.com/DataDog/dd-agent/issues/2486
33163325[ #2487 ] : https://github.com/DataDog/dd-agent/issues/2487
33173326[ #2490 ] : https://github.com/DataDog/dd-agent/issues/2490
@@ -3423,7 +3432,14 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
34233432[ #2809 ] : https://github.com/DataDog/dd-agent/issues/2809
34243433[ #2812 ] : https://github.com/DataDog/dd-agent/issues/2812
34253434[ #2813 ] : https://github.com/DataDog/dd-agent/issues/2813
3435+ [ #2823 ] : https://github.com/DataDog/dd-agent/issues/2823
34263436[ #2825 ] : https://github.com/DataDog/dd-agent/issues/2825
3437+ [ #2826 ] : https://github.com/DataDog/dd-agent/issues/2826
3438+ [ #2829 ] : https://github.com/DataDog/dd-agent/issues/2829
3439+ [ #2833 ] : https://github.com/DataDog/dd-agent/issues/2833
3440+ [ #2844 ] : https://github.com/DataDog/dd-agent/issues/2844
3441+ [ #2846 ] : https://github.com/DataDog/dd-agent/issues/2846
3442+ [ #2847 ] : https://github.com/DataDog/dd-agent/issues/2847
34273443[ #3399 ] : https://github.com/DataDog/dd-agent/issues/3399
34283444[ @AirbornePorcine ] : https://github.com/AirbornePorcine
34293445[ @AntoCard ] : https://github.com/AntoCard
0 commit comments