Attribute groups versus table names
OMEGAMON® Data Provider uses concise table names to refer to attribute groups.
A mapping of table names to attribute groups is available from several sources:
- YAML-format attribute dictionary supplied with OMEGAMON Data Connect.
- OMEGAMON enhanced 3270 user interface (e3270UI) menu option .
- Documentation for some monitoring agents. For example:
Monitoring agent Mapping documentation IBM Z® OMEGAMON AI for CICS® IBM Z OMEGAMON AI for CICS near-term history tables IBM Z OMEGAMON AI for CICS TG IBM Z OMEGAMON AI for CICS TG near-term history tables
Examples
OMEGAMON Data Provider uses the table name
ascpuutil
to refer to the attribute group Address Space CPU Utilization
.
In the collection configuration member, RKANPARU(KAYOPEN):
- product: km5
table: ascpuutil
interval: 0
In the OMEGAMON Data Connect configuration file, config/connect.yaml:
filter:
products:
km5:
ascpuutil:
fields:
- cpu_percent
- ... # Other field names
In JSON output from OMEGAMON Data Provider:
"table_name":"ascpuutil"
In a Prometheus metric published by OMEGAMON Data Provider:
ascpuutil_cpu_percent{labels} value