Skip to content

Commit a7d8377

Browse files
authored
[Port release to Master] Revert Postgres Optimizations (#17405) (#17406)
* [Release] Revert Postgres Optimizations (#17405) * [Release] Bumped postgres version to 18.1.1 * [Release] Update metadata * remove new line
1 parent db9b87e commit a7d8377

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

postgres/CHANGELOG.md

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

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

5+
## 18.1.1 / 2024-04-17
6+
7+
***Fixed***:
8+
9+
* Revert Postgres Optimization (#17187).
10+
11+
This appears to lead to inflated metrics in certain cases. Removing this optimization while we fix the inflated metrics. ([#17397](https://github.com/DataDog/integrations-core/pull/17397))
12+
513
## 18.1.0 / 2024-03-27
614

715
***Added***:

postgres/changelog.d/17397.fixed

Lines changed: 0 additions & 3 deletions
This file was deleted.

postgres/datadog_checks/postgres/__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__ = "18.1.0"
5+
__version__ = "18.1.1"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ datadog-pdh-check==2.1.0; sys_platform == 'win32'
126126
datadog-pgbouncer==6.2.0; sys_platform != 'win32'
127127
datadog-php-fpm==3.3.0
128128
datadog-postfix==1.14.0; sys_platform != 'win32'
129-
datadog-postgres==18.1.0
129+
datadog-postgres==18.1.1
130130
datadog-powerdns-recursor==2.5.0
131131
datadog-presto==2.8.0
132132
datadog-process==3.3.0

0 commit comments

Comments
 (0)