Skip to content

Commit daddcb2

Browse files
authored
Port Release existing integrations for Agent 7.76 (DataDog#22388) (DataDog#22390)
* [Release] Bumped ibm_spectrum_lsf version to 1.2.0 * [Release] Bumped kafka_consumer version to 6.11.0 * [Release] Bumped mysql version to 15.11.2 * [Release] Bumped postgres version to 23.3.4 * [Release] Bumped spark version to 7.4.0 * [Release] Bumped sqlserver version to 22.12.3 * [Release] Update metadata
1 parent ad2d878 commit daddcb2

25 files changed

Lines changed: 60 additions & 27 deletions

File tree

ibm_spectrum_lsf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 1.2.0 / 2026-01-21
6+
7+
***Added***:
8+
9+
* Add project tag to in progress jobs metrics. ([#22083](https://github.com/DataDog/integrations-core/pull/22083))
10+
511
## 1.1.0 / 2025-12-22 / Agent 7.75.0
612

713
***Added***:

ibm_spectrum_lsf/changelog.d/22083.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2025-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '1.1.0'
4+
__version__ = '1.2.0'

kafka_consumer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 6.11.0 / 2026-01-21
6+
7+
***Added***:
8+
9+
* Collect kafka configuration events. ([#22378](https://github.com/DataDog/integrations-core/pull/22378))
10+
11+
***Fixed***:
12+
13+
* Fix caching logic when collecting cluster monitoring events ([#22375](https://github.com/DataDog/integrations-core/pull/22375))
14+
515
## 6.10.2 / 2026-01-06 / Agent 7.75.0
616

717
***Fixed***:

kafka_consumer/changelog.d/22375.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

kafka_consumer/changelog.d/22378.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

kafka_consumer/datadog_checks/kafka_consumer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "6.10.2"
5+
__version__ = "6.11.0"

mysql/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 15.11.2 / 2026-01-21
6+
7+
***Fixed***:
8+
9+
* Skip sample and explain plan collection when statement timer instrumentation is not enabled ([#22264](https://github.com/DataDog/integrations-core/pull/22264))
10+
* Fixes a performance issue when collecting `mysql.performance.errors_raised` metric by switching to a global aggregation instead of a per-user aggregation that we aggregated manually. ([#22373](https://github.com/DataDog/integrations-core/pull/22373))
11+
* Fix KeyError in statement metrics when available metric columns change between collection cycles. ([#22318](https://github.com/DataDog/integrations-core/pull/22318))
12+
Optimize StatementMetrics cache to only store fields we need to compute statement metrics. ([#22358](https://github.com/DataDog/integrations-core/pull/22358)) ([#22376](https://github.com/DataDog/integrations-core/pull/22376))
13+
514
## 15.11.1 / 2025-12-16 / Agent 7.74.0
615

716
***Fixed***:

mysql/changelog.d/22264.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

mysql/changelog.d/22373.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)