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:

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