From 71e4c53f7b77d7b00783911b1d251ff6f4a84b2f Mon Sep 17 00:00:00 2001 From: Eva Parish Date: Mon, 1 Dec 2025 12:40:22 -0500 Subject: [PATCH 1/2] [DOCS-12762] Update metric description for IBM Db2 --- ibm_db2/metadata.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_db2/metadata.csv b/ibm_db2/metadata.csv index 60fe5ce141dcd..27509d80f55a1 100644 --- a/ibm_db2/metadata.csv +++ b/ibm_db2/metadata.csv @@ -14,7 +14,7 @@ ibm_db2.bufferpool.group.column.hit_percent,gauge,,percent,,The percentage of ti ibm_db2.bufferpool.group.data.hit_percent,gauge,,percent,,The percentage of time that the group database manager did not need to load a page from disk to service a data page request.,1,ibm_db2,, ibm_db2.bufferpool.group.hit_percent,gauge,,percent,,The percentage of time that the group database manager did not need to load a page from disk to service a page request.,1,ibm_db2,, ibm_db2.bufferpool.group.index.hit_percent,gauge,,percent,,The percentage of time that the group database manager did not need to load a page from disk to service an index page request.,1,ibm_db2,, -ibm_db2.bufferpool.group.xda.hit_percent,gauge,,percent,,The percentage of time that the group database manager did not need to load a page from disk to service an index page request.,1,ibm_db2,, +ibm_db2.bufferpool.group.xda.hit_percent,gauge,,percent,,The percentage of XML storage object (XDA) pages that are found in memory (buffer pool) rather than requiring a physical read from disk.,1,ibm_db2,, ibm_db2.bufferpool.hit_percent,gauge,,percent,,The percentage of time that the database manager did not need to load a page from disk to service a page request.,1,ibm_db2,, ibm_db2.bufferpool.index.hit_percent,gauge,,percent,,The percentage of time that the database manager did not need to load a page from disk to service an index page request.,1,ibm_db2,, ibm_db2.bufferpool.index.reads.logical,count,,get,,"The number of index pages read from the logical table space containers for temporary, regular and large table spaces.",0,ibm_db2,, From acd1803b365b8c9732e8278ed874ccc613722361 Mon Sep 17 00:00:00 2001 From: Eva Parish Date: Mon, 1 Dec 2025 12:46:22 -0500 Subject: [PATCH 2/2] [DOCS-12761] Correct version pinning for Python --- ibm_db2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_db2/README.md b/ibm_db2/README.md index 40ba7c8e4a6ad..fc2710cbd786c 100644 --- a/ibm_db2/README.md +++ b/ibm_db2/README.md @@ -24,7 +24,7 @@ The [ibm_db][4] client library is required. To install it, ensure you have a wor sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install ibm_db==3.2.6 ``` -Note: If you are on an Agent running Python 2, use `ibm_db==3.0.1` instead of `ibm_db=3.1.0`. +Note: If you are on an Agent running Python 2, use `ibm_db==3.0.1` instead of `ibm_db==3.2.6`. ##### Windows