master
yaml 27 lines 1.13 KB
Raw
1 name: db2
2 display_name: IBM DB2
3 description: |
4 Monitors IBM DB2 databases using system catalog views and MON_GET_* table
5 functions to expose connections, locking, buffer pool efficiency, tablespace
6 capacity, and workload performance metrics.
7
8 Detailed charts are opt-in per object family through include/exclude lists.
9 Defaults focus on engine activity (system connections, core buffer pools,
10 catalog tablespaces). Matching uses glob patterns that can target schema or
11 application names, with include rules taking precedence over excludes.
12
13 When the number of matching objects exceeds the configured `max_*` limits,
14 the collector publishes deterministic top-N per-instance charts, aggregates
15 the remainder under `group="__other__"`, and logs a throttled warning so you
16 can refine selectors before cardinality runs away. Group charts (by schema,
17 application prefix, or buffer pool family) are always emitted so high-level
18 visibility is preserved even when individual instances are trimmed.
19 icon: ibm.svg
20 categories:
21 - data-collection.databases
22 link: https://www.ibm.com/products/db2
23 keywords:
24 - db2
25 - database
26 - rdbms
27 - ibm