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
  • ODP Prometheus samples

    • Overview

      • Introduction
      • Requirements
    • Installing the dashboards

      • Overview
      • Configure OMEGAMON Data Connect
      • Update the ODP collection configuration
      • Create historical data collections
      • Configure Prometheus and Grafana

Configure Prometheus and Grafana

Prometheus configuration

In Prometheus, edit the configuration file prometheus.yml to specify the scrape configuration for OMEGAMON Data Connect (replace <host_name> with the actual host name of the OMEGAMON Data Connect).

scrape_configs:
  - job_name: 'omegamon'
    static_configs:
      - targets: ['<host_name>:9070']
    scrape_interval: 1m

Restart the Prometheus server and verify that the state of this endpoint is UP.

Import the dashboard definition in Grafana

In Grafana, import the dashboard definition supplied in the JSON file samples/grafana/dashboard-zos.json in the odp-prometheus-samples repository.

You should already have configured the Prometheus data source.

View the dashboard

The installation of the starter is completed. You should be able to start viewing data in the imported dashboard.

Last Updated: 3/1/23, 2:44 PM
Contributors: David Dai, Viaceslavas Michalkevicius
Prev
Create historical data collections