Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibm_db2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ibm_db2/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,,
Expand Down
Loading