Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Description

URI

http://host_name/uc/resources/metrics

HTTP Method

GET

Description

Scrape the Universal Controller metrics as Prometheus text.

Example URI

http://localhost:8080/uc/resources/metrics

Authentication

HTTP Basic

Consumes Content-Type

n/a

Produces Content-Type

text/plain; version=0.0.4

Example Responses

  • Status 200

    • <Metrics as text/plain; version=0.0.4>

  • Status 403

    • Operation prohibited due to security constraints.


Metrics

The following metric details  will be collected and will be scraped by Prometheus, an open-source systems monitoring and alerting toolkit.

  • Standard Exports CPU Time Spent and Memory Usage

  • JVM Class Loading
    • Memory Pool Exports 

    • Memory Allocation Exports

    • Buffer Pools Exports 

    • Garbage Collector Exports 

    • Thread Exports

    • Version Info Exports

  • Universal Controller 
    • UC Build Info Exports

    • UC Database Connection Pool Exports 

  • OMS Server

    • Status
    • Last Connected Server
    • Last Connected Time
  • License Details
    • License Expiration Date 

    • Cluster Nodes actual/licensed  

    • Distributed Agents actual/licensed  

    • z/OS Agents actual/licensed  

    • Task Defintions actual/licensed  

    • Monthly Task Executions actual/licensed  

...