z Open Dataz Open Data
Overview
  • odp-elastic-samples
  • odp-prometheus-samples
  • cics-performance-analyzer-elastic
  • ims-performance-analyzer-elastic
  • transaction-analysis-workbench-elastic
  • ims-connect-extensions-analysis-splunk
  • Db2 Query Monitor Starter Dashboards
  • Instana Configuration Topics
GitHub
Overview
  • odp-elastic-samples
  • odp-prometheus-samples
  • cics-performance-analyzer-elastic
  • ims-performance-analyzer-elastic
  • transaction-analysis-workbench-elastic
  • ims-connect-extensions-analysis-splunk
  • Db2 Query Monitor Starter Dashboards
  • Instana Configuration Topics
GitHub
  • Instana Configuration

    • Overview

      • Introduction
      • What's new
      • Configuration Steps
    • Configuring each OMEGAMON Agent

      • Db2 Agent

        • Update the ODP collection configuration
        • Create historical data collections
        • Activate controls to drive NTH collection
      • CICS and CICS Transaction Gateway Agents

        • Update the ODP collection configuration
        • Create historical data collections
        • Activate controls to drive NTH collection
      • z/OS Agent

        • Update the ODP collection configuration
        • Create historical data collections
        • Activate controls to drive NTH collection
      • IMS Agent

        • Update the ODP collection configuration
        • Create historical data collections
        • Activate controls to drive NTH collection
      • JVM Agent

        • Update the ODP collection configuration
        • Create historical data collections
        • Activate controls to drive NTH collection
      • MQ Agent

        • Update the ODP collection configuration
        • Create historical data collections
        • Activate controls to drive NTH collection

Create historical data collections

Tips

To ensure that ODP forwards attributes to Instana as soon as you start collecting them, update the ODP collection configuration member KAYOPEN before creating the corresponding historical data collections.

Warning

With higher granularity (a smaller interval means more data collected) there are 2 obvious considerations:

  1. CPU overhead on data collection and retrieval;
  2. DASD space to hold historical tables.

Should you grow in CPU usage or Persistent Data Store, consider raising the interval and/or skipping warehousing for certain tables on PDS and just go with open data.

Create the following historical data collections for the MQ agent. This can be done via the E3270UI or the Tivoli Enterprise Portal within the MQ workspace.

table_name field valueAttribute groupCollection interval (minutes)
qmcurstatCurrent Queue Manager Status1
qmq_lhQueue Long-Term History5
qmq_qu_stQueue Status1
qmq_hdl_stQueue_Handle_Status1
qmchan_stChannel_Status1
qmtpcstTopic Status1
qmch_dataChannel_Data1
qmlsstatusListener_Status1
qmqueueQueue_Definitions5
qmq_dataQueue_Data1

Warning

For all on-demand attribute groups with “Queue” in the name (except Current Queue Manager Status), if there is too much data, you should specify a longer interval. This is very customer-dependent – some have many (thousands of) queues per queue manager, some do not. Topics and channels could have the same issue, but perhaps not as likely as queues.

The basic rule is that a sampled table should not have an interval any more often than the sample interval (SAMPINT parameter) to the agent, which is 5 minutes by default; other tables can be more frequent if desired. This chapter should be consulted for considerations: IBM OMEGAMON for Messaging on z/OS

Last Updated: 7/20/26, 9:31 AM
Contributors: Graham Hannington, David Dai, Jim Porell
Prev
Update the ODP collection configuration
Next
Activate controls to drive NTH collection