/
Monitoring Web Services

Monitoring Web Services

Overview

Universal Controller supports the following RESTful-based web service for Monitoring operations:

  • Universal Controller Metrics (Prometheus)

Formatting specifications for each web service, including details about parameter requirements, are provided.

Universal Controller Metrics (Prometheus)

The Universal Controller Metrics API requires the ops_admin role or the ops_service role.


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.

  • Universal Controller Task Instance Activity and History Metric Exports
  • Standard Metric Exports (CPU Time Spent and Memory Usage)
  • JVM Class Loading
    • JVM Memory Pools Metric Exports
    • JVM Memory Allocation Metric Exports
    • JVM Buffer Pools Metric Exports
    • JVM Garbage Collector Exports
    • JVM Thread Metric Exports
    • JVM Class Loading Metric Exports
    • JVM Version Info Exports
  • Universal Agent Metrics
  • Universal Controller Build Info Metric Exports
  • Universal Controller Database Connection Pool Metric Exports
  • OMS Server Metrics
  • License Detail Metrics

See Universal Controller Provided Metrics for a full list of metrics.


Metrics Data Example

# HELP uc_history_total Total number of task instances that completed with an end status of In Doubt, Start Failure, Confirmation Required, Cancelled, Failed, Skipped, Finished, or Success.
# TYPE uc_history_total counter
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",task_instance_status="Success",} 2.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Application Control",task_type_detailed="Application Control",task_instance_status="Finished",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",task_instance_status="Success",} 2.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",task_instance_status="Skipped",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Application Control",task_type_detailed="Application Control",task_instance_status="Failed",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Windows",task_type_detailed="Windows",task_instance_status="Skipped",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",task_instance_status="Success",} 1.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",task_instance_status="Success",} 2.0
uc_history_total{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",task_instance_status="Success",} 101.0
# HELP uc_task_instance_late_start_total Total number of task instances that started late.
# TYPE uc_task_instance_late_start_total counter
# HELP jvm_classes_currently_loaded The number of classes that are currently loaded in the JVM
# TYPE jvm_classes_currently_loaded gauge
jvm_classes_currently_loaded 17606.0
# HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution
# TYPE jvm_classes_loaded_total counter
jvm_classes_loaded_total 18951.0
# HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution
# TYPE jvm_classes_unloaded_total counter
jvm_classes_unloaded_total 1345.0
# HELP jvm_runtime_info JVM runtime info
# TYPE jvm_runtime_info gauge
jvm_runtime_info{runtime="Java(TM) SE Runtime Environment",vendor="Oracle Corporation",version="17.0.13+10-LTS-268"} 1
# HELP uc_task_instance_early_finish_total Total number of task instances that finished early.
# TYPE uc_task_instance_early_finish_total counter
# HELP uc_task_instance_duration_seconds Task instance duration in seconds.
# TYPE uc_task_instance_duration_seconds histogram
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",} 0.13
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",} 0.036
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",} 0.012
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",} 0.091
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="1.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="2.5",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="5.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",} 6.358
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="1.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",} 1.095
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="1.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="2.5",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="5.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="10.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="15.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="30.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="150.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="300.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="600.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="900.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="1800.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="2700.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="3600.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",le="+Inf",} 2.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",} 2.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",} 174.09699999999998
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",} 0.376
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="1.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="2.5",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="5.0",} 11.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="10.0",} 78.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="15.0",} 100.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="30.0",} 100.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="45.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="60.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="150.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="300.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="600.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="900.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="1800.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="2700.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="3600.0",} 101.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",le="+Inf",} 101.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",} 101.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",} 822.0880000000002
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",} 0.116
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="1.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="10.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="15.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="30.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="45.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="60.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="150.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="300.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="600.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="900.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="1800.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="2700.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="3600.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",le="+Inf",} 2.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",} 2.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",} 8.008
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",} 0.021
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",} 0.091
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="1.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="2.5",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="5.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="10.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="15.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="30.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="45.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="60.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="150.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="300.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="600.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="900.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="1800.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="2700.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="3600.0",} 2.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",le="+Inf",} 2.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",} 2.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",} 1.129
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="1.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="2.5",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="5.0",} 0.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",} 7.127
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",} 0.979
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="1.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="2.5",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="5.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="10.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="15.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="30.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="45.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="60.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="150.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="300.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="900.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="1800.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="2700.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="3600.0",} 1.0
uc_task_instance_duration_seconds_bucket{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",le="+Inf",} 1.0
uc_task_instance_duration_seconds_count{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",} 1.0
uc_task_instance_duration_seconds_sum{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",} 0.261
# HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds.
# TYPE jvm_gc_collection_seconds summary
jvm_gc_collection_seconds_count{gc="G1 Young Generation",} 64.0
jvm_gc_collection_seconds_sum{gc="G1 Young Generation",} 0.899
jvm_gc_collection_seconds_count{gc="G1 Old Generation",} 163.0
jvm_gc_collection_seconds_sum{gc="G1 Old Generation",} 20.936
# HELP uc_universal_event_total Total number of Universal Events published for Universal Event Templates and Universal Template Event Templates.
# TYPE uc_universal_event_total counter
# HELP uc_database_connection_pool_active Number of connections currently borrowed from a given pool.
# TYPE uc_database_connection_pool_active gauge
uc_database_connection_pool_active{db_type="MySQL",pool="Client"} 0.0
uc_database_connection_pool_active{db_type="MySQL",pool="Reserved"} 0.0
uc_database_connection_pool_active{db_type="MySQL",pool="Server"} 0.0
# HELP uc_database_connection_pool_idle Number of connections currently idle in a given pool.
# TYPE uc_database_connection_pool_idle gauge
uc_database_connection_pool_idle{db_type="MySQL",pool="Client"} 3.0
uc_database_connection_pool_idle{db_type="MySQL",pool="Reserved"} 1.0
uc_database_connection_pool_idle{db_type="MySQL",pool="Server"} 3.0
# HELP uc_database_connection_pool_idle_max Maximum number of idle connections to maintain in a given pool.
# TYPE uc_database_connection_pool_idle_max gauge
uc_database_connection_pool_idle_max{db_type="MySQL",pool="Client"} 15.0
uc_database_connection_pool_idle_max{db_type="MySQL",pool="Reserved"} 15.0
uc_database_connection_pool_idle_max{db_type="MySQL",pool="Server"} 15.0
# HELP uc_database_connection_pool_idle_min Target for the minimum number of idle connections to maintain in a given pool.
# TYPE uc_database_connection_pool_idle_min gauge
uc_database_connection_pool_idle_min{db_type="MySQL",pool="Client"} 1.0
uc_database_connection_pool_idle_min{db_type="MySQL",pool="Reserved"} 1.0
uc_database_connection_pool_idle_min{db_type="MySQL",pool="Server"} 1.0
# HELP uc_database_connection_pool_allocated Number of connections currently allocated by a given pool (currently borrowed and currently idle).
# TYPE uc_database_connection_pool_allocated gauge
uc_database_connection_pool_allocated{db_type="MySQL",pool="Client"} 3.0
uc_database_connection_pool_allocated{db_type="MySQL",pool="Reserved"} 1.0
uc_database_connection_pool_allocated{db_type="MySQL",pool="Server"} 3.0
# HELP uc_database_connection_pool_max Maximum number of connections that can be allocated by a given pool (currently borrowed and currently idle) at a given time.
# TYPE uc_database_connection_pool_max gauge
uc_database_connection_pool_max{db_type="MySQL",pool="Client"} 30.0
uc_database_connection_pool_max{db_type="MySQL",pool="Reserved"} 30.0
uc_database_connection_pool_max{db_type="MySQL",pool="Server"} 30.0
# HELP jvm_threads_current Current thread count of a JVM
# TYPE jvm_threads_current gauge
jvm_threads_current 150.0
# HELP jvm_threads_daemon Daemon thread count of a JVM
# TYPE jvm_threads_daemon gauge
jvm_threads_daemon 143.0
# HELP jvm_threads_peak Peak thread count of a JVM
# TYPE jvm_threads_peak gauge
jvm_threads_peak 228.0
# HELP jvm_threads_started_total Started thread count of a JVM
# TYPE jvm_threads_started_total counter
jvm_threads_started_total 418.0
# HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers
# TYPE jvm_threads_deadlocked gauge
jvm_threads_deadlocked 0.0
# HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors
# TYPE jvm_threads_deadlocked_monitor gauge
jvm_threads_deadlocked_monitor 0.0
# HELP jvm_threads_state Current count of threads by state
# TYPE jvm_threads_state gauge
jvm_threads_state{state="NEW",} 0.0
jvm_threads_state{state="RUNNABLE",} 20.0
jvm_threads_state{state="TIMED_WAITING",} 91.0
jvm_threads_state{state="TERMINATED",} 0.0
jvm_threads_state{state="BLOCKED",} 0.0
jvm_threads_state{state="WAITING",} 39.0
# HELP uc_task_instance_launch_total Total number of task instances launched.
# TYPE uc_task_instance_launch_total counter
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Windows",task_type_detailed="Windows",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",} 2.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",} 102.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Application Control",task_type_detailed="Application Control",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",} 2.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",} 2.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",} 1.0
uc_task_instance_launch_total{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",} 1.0
# HELP jvm_memory_pool_allocated_bytes_total Total bytes allocated in a given JVM memory pool. Only updated after GC, not continuously.
# TYPE jvm_memory_pool_allocated_bytes_total counter
jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'profiled nmethods'",} 6.174336E7
jvm_memory_pool_allocated_bytes_total{pool="G1 Old Gen",} 1.329290744E9
jvm_memory_pool_allocated_bytes_total{pool="G1 Eden Space",} 3.2922140672E10
jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-profiled nmethods'",} 2.3922688E7
jvm_memory_pool_allocated_bytes_total{pool="G1 Survivor Space",} 3.38690048E8
jvm_memory_pool_allocated_bytes_total{pool="Compressed Class Space",} 1.3807904E7
jvm_memory_pool_allocated_bytes_total{pool="Metaspace",} 1.21685536E8
jvm_memory_pool_allocated_bytes_total{pool="CodeHeap 'non-nmethods'",} 1588864.0
# HELP uc_agent_status Agent status. (0=Offline, 1=Active, -1=Unknown)
# TYPE uc_agent_status gauge
uc_agent_status{agent_id="AGNT0002"} 0.0
uc_agent_status{agent_id="AGNT0003"} 1.0
# HELP uc_build_info Universal Controller build information.
# TYPE uc_build_info gauge
uc_build_info{build="build.171",build_date="10-12-2023_0104",release="7.8.0.0",} 1.0
# HELP jvm_memory_objects_pending_finalization The number of objects waiting in the finalizer queue.
# TYPE jvm_memory_objects_pending_finalization gauge
jvm_memory_objects_pending_finalization 0.0
# HELP jvm_memory_used_bytes Used bytes of a given JVM memory area.
# TYPE jvm_memory_used_bytes gauge
jvm_memory_used_bytes{area="heap",} 1.45380792E8
jvm_memory_used_bytes{area="nonheap",} 2.04027032E8
# HELP jvm_memory_committed_bytes Committed (bytes) of a given JVM memory area.
# TYPE jvm_memory_committed_bytes gauge
jvm_memory_committed_bytes{area="heap",} 5.36870912E8
jvm_memory_committed_bytes{area="nonheap",} 2.11431424E8
# HELP jvm_memory_max_bytes Max (bytes) of a given JVM memory area.
# TYPE jvm_memory_max_bytes gauge
jvm_memory_max_bytes{area="heap",} 6.442450944E9
jvm_memory_max_bytes{area="nonheap",} -1.0
# HELP jvm_memory_init_bytes Initial bytes of a given JVM memory area.
# TYPE jvm_memory_init_bytes gauge
jvm_memory_init_bytes{area="heap",} 5.36870912E8
jvm_memory_init_bytes{area="nonheap",} 7667712.0
# HELP jvm_memory_pool_used_bytes Used bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_used_bytes gauge
jvm_memory_pool_used_bytes{pool="CodeHeap 'non-nmethods'",} 1589632.0
jvm_memory_pool_used_bytes{pool="Metaspace",} 1.18930624E8
jvm_memory_pool_used_bytes{pool="CodeHeap 'profiled nmethods'",} 4.9174528E7
jvm_memory_pool_used_bytes{pool="Compressed Class Space",} 1.3103448E7
jvm_memory_pool_used_bytes{pool="G1 Eden Space",} 5.8720256E7
jvm_memory_pool_used_bytes{pool="G1 Old Gen",} 8.3514808E7
jvm_memory_pool_used_bytes{pool="G1 Survivor Space",} 3145728.0
jvm_memory_pool_used_bytes{pool="CodeHeap 'non-profiled nmethods'",} 2.12288E7
# HELP jvm_memory_pool_committed_bytes Committed bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_committed_bytes gauge
jvm_memory_pool_committed_bytes{pool="CodeHeap 'non-nmethods'",} 2555904.0
jvm_memory_pool_committed_bytes{pool="Metaspace",} 1.23744256E8
jvm_memory_pool_committed_bytes{pool="CodeHeap 'profiled nmethods'",} 4.9217536E7
jvm_memory_pool_committed_bytes{pool="Compressed Class Space",} 1.4680064E7
jvm_memory_pool_committed_bytes{pool="G1 Eden Space",} 3.3554432E8
jvm_memory_pool_committed_bytes{pool="G1 Old Gen",} 1.98180864E8
jvm_memory_pool_committed_bytes{pool="G1 Survivor Space",} 3145728.0
jvm_memory_pool_committed_bytes{pool="CodeHeap 'non-profiled nmethods'",} 2.1233664E7
# HELP jvm_memory_pool_max_bytes Max bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_max_bytes gauge
jvm_memory_pool_max_bytes{pool="CodeHeap 'non-nmethods'",} 5832704.0
jvm_memory_pool_max_bytes{pool="Metaspace",} -1.0
jvm_memory_pool_max_bytes{pool="CodeHeap 'profiled nmethods'",} 1.22912768E8
jvm_memory_pool_max_bytes{pool="Compressed Class Space",} 1.073741824E9
jvm_memory_pool_max_bytes{pool="G1 Eden Space",} -1.0
jvm_memory_pool_max_bytes{pool="G1 Old Gen",} 6.442450944E9
jvm_memory_pool_max_bytes{pool="G1 Survivor Space",} -1.0
jvm_memory_pool_max_bytes{pool="CodeHeap 'non-profiled nmethods'",} 1.22912768E8
# HELP jvm_memory_pool_init_bytes Initial bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_init_bytes gauge
jvm_memory_pool_init_bytes{pool="CodeHeap 'non-nmethods'",} 2555904.0
jvm_memory_pool_init_bytes{pool="Metaspace",} 0.0
jvm_memory_pool_init_bytes{pool="CodeHeap 'profiled nmethods'",} 2555904.0
jvm_memory_pool_init_bytes{pool="Compressed Class Space",} 0.0
jvm_memory_pool_init_bytes{pool="G1 Eden Space",} 2.8311552E7
jvm_memory_pool_init_bytes{pool="G1 Old Gen",} 5.0855936E8
jvm_memory_pool_init_bytes{pool="G1 Survivor Space",} 0.0
jvm_memory_pool_init_bytes{pool="CodeHeap 'non-profiled nmethods'",} 2555904.0
# HELP jvm_memory_pool_collection_used_bytes Used bytes after last collection of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_used_bytes gauge
jvm_memory_pool_collection_used_bytes{pool="G1 Eden Space",} 0.0
jvm_memory_pool_collection_used_bytes{pool="G1 Old Gen",} 8.4038408E7
jvm_memory_pool_collection_used_bytes{pool="G1 Survivor Space",} 3145728.0
# HELP jvm_memory_pool_collection_committed_bytes Committed after last collection bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_committed_bytes gauge
jvm_memory_pool_collection_committed_bytes{pool="G1 Eden Space",} 3.3554432E8
jvm_memory_pool_collection_committed_bytes{pool="G1 Old Gen",} 1.98180864E8
jvm_memory_pool_collection_committed_bytes{pool="G1 Survivor Space",} 3145728.0
# HELP jvm_memory_pool_collection_max_bytes Max bytes after last collection of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_max_bytes gauge
jvm_memory_pool_collection_max_bytes{pool="G1 Eden Space",} -1.0
jvm_memory_pool_collection_max_bytes{pool="G1 Old Gen",} 6.442450944E9
jvm_memory_pool_collection_max_bytes{pool="G1 Survivor Space",} -1.0
# HELP jvm_memory_pool_collection_init_bytes Initial after last collection bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_collection_init_bytes gauge
jvm_memory_pool_collection_init_bytes{pool="G1 Eden Space",} 2.8311552E7
jvm_memory_pool_collection_init_bytes{pool="G1 Old Gen",} 5.0855936E8
jvm_memory_pool_collection_init_bytes{pool="G1 Survivor Space",} 0.0
# HELP uc_task_instance_late_finish_total Total number of task instances that finished late.
# TYPE uc_task_instance_late_finish_total counter
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 865.34
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.697134656711E9
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 369.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.0662772736E10
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.11794176E9
# HELP uc_license_agents_distributed_used Returns the number of distributed agents used.
# TYPE uc_license_agents_distributed_used gauge
uc_license_agents_distributed_used{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 223.0
# HELP uc_license_agents_distributed_max Returns the number of distributed agents allowed.
# TYPE uc_license_agents_distributed_max gauge
uc_license_agents_distributed_max{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 10000.0
# HELP uc_license_agents_zos_used Returns the number of Zos agents used.
# TYPE uc_license_agents_zos_used gauge
uc_license_agents_zos_used{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 74.0
# HELP uc_license_agents_zos_max Returns the number of Zos agents allowed.
# TYPE uc_license_agents_zos_max gauge
uc_license_agents_zos_max{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 100.0
# HELP uc_license_cluster_nodes_used Returns the number of cluster nodes used.
# TYPE uc_license_cluster_nodes_used gauge
uc_license_cluster_nodes_used{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 1.0
# HELP uc_license_cluster_nodes_max Returns the number of cluster nodes allowed.
# TYPE uc_license_cluster_nodes_max gauge
uc_license_cluster_nodes_max{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 2.0
# HELP uc_license_monthly_executions_used Returns the number of monthly task executions used.
# TYPE uc_license_monthly_executions_used gauge
uc_license_monthly_executions_used{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 0.0
# HELP uc_license_monthly_executions_max Returns the number of monthly task executions allowed.
# TYPE uc_license_monthly_executions_max gauge
uc_license_monthly_executions_max{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} -1.0
# HELP uc_license_task_definitions_used Returns the number of task definitions used.
# TYPE uc_license_task_definitions_used gauge
uc_license_task_definitions_used{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} 0.0
# HELP uc_license_task_definitions_max Returns the number of task definitions allowed.
# TYPE uc_license_task_definitions_max gauge
uc_license_task_definitions_max{environment="QA",customer="*Stonebranch Internal*",expiry_date="2025-12-31",} -1.0
# HELP uc_monthly_executions The total number of completed (Success or Finished) task instance executions for the current month by given type and status.
# TYPE uc_monthly_executions gauge
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Agent File Monitor",task_type_detailed="Agent File Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Application Control",task_type_detailed="Application Control"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Email",task_type_detailed="Email"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Email Monitor",task_type_detailed="Email Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="File Transfer",task_type_detailed="File Transfer"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="IBM i",task_type_detailed="IBM i"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Linux/Unix",task_type_detailed="Linux/Unix"} 564.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Manual",task_type_detailed="Manual"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="PeopleSoft",task_type_detailed="PeopleSoft"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Recurring",task_type_detailed="Recurring"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Remote File Monitor",task_type_detailed="Remote File Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="SAP",task_type_detailed="SAP"} 342.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="SQL",task_type_detailed="SQL"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Stored Procedure",task_type_detailed="Stored Procedure"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="System Monitor",task_type_detailed="System Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Task Monitor",task_type_detailed="Task Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Timer",task_type_detailed="Timer"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Universal Command",task_type_detailed="Universal Command"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Universal Monitor",task_type_detailed="Universal Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Variable Monitor",task_type_detailed="Variable Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Web Service",task_type_detailed="Web Service"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Windows",task_type_detailed="Windows"} 4.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="Workflow",task_type_detailed="Workflow"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="z/OS",task_type_detailed="z/OS"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Finished",task_type="z/OS Monitor",task_type_detailed="z/OS Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Agent File Monitor",task_type_detailed="Agent File Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Application Control",task_type_detailed="Application Control"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Email",task_type_detailed="Email"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Email Monitor",task_type_detailed="Email Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="File Transfer",task_type_detailed="File Transfer"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="IBM i",task_type_detailed="IBM i"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Linux/Unix",task_type_detailed="Linux/Unix"} 9870.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Manual",task_type_detailed="Manual"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="PeopleSoft",task_type_detailed="PeopleSoft"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Recurring",task_type_detailed="Recurring"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Remote File Monitor",task_type_detailed="Remote File Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="SAP",task_type_detailed="SAP"} 2567.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="SQL",task_type_detailed="SQL"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Stored Procedure",task_type_detailed="Stored Procedure"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="System Monitor",task_type_detailed="System Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Task Monitor",task_type_detailed="Task Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Timer",task_type_detailed="Timer"} 100.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Universal Command",task_type_detailed="Universal Command"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Universal Monitor",task_type_detailed="Universal Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Variable Monitor",task_type_detailed="Variable Monitor"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Web Service",task_type_detailed="Web Service"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Windows",task_type_detailed="Windows"} 28.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="Workflow",task_type_detailed="Workflow"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="z/OS",task_type_detailed="z/OS"} 0.0
uc_monthly_executions{cluster_node_id="<cluster-node-id>" ,task_instance_status="Success",task_type="z/OS Monitor",task_type_detailed="z/OS Monitor"} 0.0
# HELP jvm_buffer_pool_used_bytes Used bytes of a given JVM buffer pool.
# TYPE jvm_buffer_pool_used_bytes gauge
jvm_buffer_pool_used_bytes{pool="mapped",} 0.0
jvm_buffer_pool_used_bytes{pool="direct",} 90112.0
# HELP jvm_buffer_pool_capacity_bytes Bytes capacity of a given JVM buffer pool.
# TYPE jvm_buffer_pool_capacity_bytes gauge
jvm_buffer_pool_capacity_bytes{pool="mapped",} 0.0
jvm_buffer_pool_capacity_bytes{pool="direct",} 90112.0
# HELP jvm_buffer_pool_used_buffers Used buffers of a given JVM buffer pool.
# TYPE jvm_buffer_pool_used_buffers gauge
jvm_buffer_pool_used_buffers{pool="mapped",} 0.0
jvm_buffer_pool_used_buffers{pool="direct",} 11.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx3rh7-x64:7878",last_connected="qa-lx3rh7-x64/10.130.38.68:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx3rh7-x64:7878",last_connected="qa-lx3rh7-x64/10.130.38.68:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx3rh7-x64:7878",last_connected="qa-lx3rh7-x64/10.130.38.68:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-sol11-x64:7878",last_connected="qa-sol11-x64/192.168.31.113:7878",} 1.697145997E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-sol11-x64:7878",last_connected="qa-sol11-x64/192.168.31.113:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-sol11-x64:7878",last_connected="qa-sol11-x64/192.168.31.113:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx3s12-x64:7878",last_connected="qa-lx3s12-x64/10.130.38.70:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx3s12-x64:7878",last_connected="qa-lx3s12-x64/10.130.38.70:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx3s12-x64:7878",last_connected="qa-lx3s12-x64/10.130.38.70:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-aix71:7878",last_connected="qa-aix71/192.168.31.89:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-aix71:7878",last_connected="qa-aix71/192.168.31.89:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-aix71:7878",last_connected="qa-aix71/192.168.31.89:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="10.253.0.163:7777",last_connected="",} 0.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="10.253.0.163:7777",last_connected="",} 0.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-w2k19-x64:7878",last_connected="qa-w2k19-x64/10.130.38.50:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-w2k19-x64:7878",last_connected="qa-w2k19-x64/10.130.38.50:7878",} 0.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-w2k19-x64:7878",last_connected="qa-w2k19-x64/10.130.38.50:7878",} 0.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-solaris11:7878",last_connected="qa-solaris11/192.168.31.85:7878",} 1.697147882E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-solaris11:7878",last_connected="qa-solaris11/192.168.31.85:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-solaris11:7878",last_connected="qa-solaris11/192.168.31.85:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-solaris11-x64:7878",last_connected="qa-solaris11-x64/10.130.38.91:7878",} 1.697146469E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-solaris11-x64:7878",last_connected="qa-solaris11-x64/10.130.38.91:7878",} 0.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-solaris11-x64:7878",last_connected="qa-solaris11-x64/10.130.38.91:7878",} 0.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx5rh9-x64:7878",last_connected="qa-lx5rh9-x64/10.130.38.87:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx5rh9-x64:7878",last_connected="qa-lx5rh9-x64/10.130.38.87:7878",} 0.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx5rh9-x64:7878",last_connected="qa-lx5rh9-x64/10.130.38.87:7878",} 0.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx4rh8-p64le:7878",last_connected="qa-lx4rh8-p64le/10.130.38.88:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx4rh8-p64le:7878",last_connected="qa-lx4rh8-p64le/10.130.38.88:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx4rh8-p64le:7878",last_connected="qa-lx4rh8-p64le/10.130.38.88:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-aix72:7878",last_connected="qa-aix72/192.168.31.95:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-aix72:7878",last_connected="qa-aix72/192.168.31.95:7878",} 0.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-aix72:7878",last_connected="qa-aix72/192.168.31.95:7878",} 0.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx4s12-p64le:7878",last_connected="qa-lx4s12-p64le/192.168.31.44:7878",} 1.697145082E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx4s12-p64le:7878",last_connected="qa-lx4s12-p64le/192.168.31.44:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx4s12-p64le:7878",last_connected="qa-lx4s12-p64le/192.168.31.44:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx4u18-x64:7878",last_connected="qa-lx4u18-x64/10.130.38.61:7878",} 1.697145645E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx4u18-x64:7878",last_connected="qa-lx4u18-x64/10.130.38.61:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx4u18-x64:7878",last_connected="qa-lx4u18-x64/10.130.38.61:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx4deb9-x64:7878",last_connected="qa-lx4deb9-x64/10.130.38.66:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx4deb9-x64:7878",last_connected="qa-lx4deb9-x64/10.130.38.66:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx4deb9-x64:7878",last_connected="qa-lx4deb9-x64/10.130.38.66:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx3rh7-p64le:7878",last_connected="qa-lx3rh7-p64le/10.130.38.89:7878",} 1.69713468E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx3rh7-p64le:7878",last_connected="qa-lx3rh7-p64le/10.130.38.89:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx3rh7-p64le:7878",last_connected="qa-lx3rh7-p64le/10.130.38.89:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-opswise6:7878",last_connected="qa-opswise6/127.0.1.1:7878",} 1.697134683E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-opswise6:7878",last_connected="qa-opswise6/127.0.1.1:7878",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-opswise6:7878",last_connected="qa-opswise6/127.0.1.1:7878",} 1.0
# HELP uc_oms_server_last_connected_time_seconds OMS Server last connected time specified as the number of seconds since the Unix epoch, namely January 1, 1970, 00:00:00 GMT.
# TYPE uc_oms_server_last_connected_time_seconds gauge
uc_oms_server_last_connected_time_seconds{server_address="qa-lx4rh8-s390x:50681",last_connected="qa-lx4rh8-s390x/192.168.50.39:50681",} 1.697134681E9
# HELP uc_oms_server_session_status OMS Server session status. (0=None, 1=Impaired, 2=Operational, -1=Unknown)
# TYPE uc_oms_server_session_status gauge
uc_oms_server_session_status{server_address="qa-lx4rh8-s390x:50681",last_connected="qa-lx4rh8-s390x/192.168.50.39:50681",} 2.0
# HELP uc_oms_server_status OMS Server status. (0=Disconnected, 1=Connected, -1=Unknown)
# TYPE uc_oms_server_status gauge
uc_oms_server_status{server_address="qa-lx4rh8-s390x:50681",last_connected="qa-lx4rh8-s390x/192.168.50.39:50681",} 1.0
# HELP uc_task_instance_active Number of instances currently active by a given status.
# TYPE uc_task_instance_active gauge
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Action Required"} 4.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Cancel Pending"} 1.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Cancelled"} 4.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Confirmation Required"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Defined"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Exclusive Requested"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Exclusive Wait"} 14.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Execution Wait"} 2.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Failed"} 10.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Held"} 9.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="In Doubt"} 1.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Instance Wait"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Queued"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Resource Requested"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Resource Wait"} 1.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Running"} 9.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Running/Problems"} 2.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Start Failure"} 4.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Started"} 1.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Submitted"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Time Wait"} 0.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Undeliverable"} 1.0
uc_task_instance_active{cluster_node_id="<cluster-node-id>",task_instance_status="Waiting"} 1.0
# HELP jvm_memory_pool_allocated_bytes_created Total bytes allocated in a given JVM memory pool. Only updated after GC, not continuously.
# TYPE jvm_memory_pool_allocated_bytes_created gauge
jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'profiled nmethods'",} 1.697134675323E9
jvm_memory_pool_allocated_bytes_created{pool="G1 Old Gen",} 1.697134675333E9
jvm_memory_pool_allocated_bytes_created{pool="G1 Eden Space",} 1.697134675333E9
jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'non-profiled nmethods'",} 1.697134675333E9
jvm_memory_pool_allocated_bytes_created{pool="G1 Survivor Space",} 1.697134675333E9
jvm_memory_pool_allocated_bytes_created{pool="Compressed Class Space",} 1.697134675333E9
jvm_memory_pool_allocated_bytes_created{pool="Metaspace",} 1.697134675333E9
jvm_memory_pool_allocated_bytes_created{pool="CodeHeap 'non-nmethods'",} 1.697134675333E9
# HELP uc_history_created Total number of task instances that completed with an end status of In Doubt, Start Failure, Confirmation Required, Cancelled, Failed, Skipped, Finished, or Success.
# TYPE uc_history_created gauge
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",task_instance_status="Success",} 1.697134754749E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",task_instance_status="Success",} 1.697134728697E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",task_instance_status="Success",} 1.697134752333E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Application Control",task_type_detailed="Application Control",task_instance_status="Finished",} 1.697134756041E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",task_instance_status="Success",} 1.697134755806E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",task_instance_status="Success",} 1.697134756315E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",task_instance_status="Success",} 1.697134754076E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",task_instance_status="Success",} 1.69713475496E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",task_instance_status="Success",} 1.697134726188E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",task_instance_status="Success",} 1.697134744335E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",task_instance_status="Success",} 1.697134729413E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",task_instance_status="Success",} 1.697134737053E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",task_instance_status="Success",} 1.697134756256E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",task_instance_status="Skipped",} 1.697134728692E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",task_instance_status="Success",} 1.69713932838E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Application Control",task_type_detailed="Application Control",task_instance_status="Failed",} 1.697134755972E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",task_instance_status="Success",} 1.697134755274E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Windows",task_type_detailed="Windows",task_instance_status="Skipped",} 1.697134728696E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",task_instance_status="Success",} 1.697134736571E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",task_instance_status="Success",} 1.697134751506E9
uc_history_created{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",task_instance_status="Success",} 1.697139274988E9
# HELP uc_task_instance_duration_seconds_created Task instance duration in seconds.
# TYPE uc_task_instance_duration_seconds_created gauge
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",} 1.697134737052E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",} 1.697134729411E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",} 1.697134756255E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",} 1.697134754748E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",} 1.69713473657E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",} 1.697134754074E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",} 1.697134756315E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",} 1.697134752333E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",} 1.697139274987E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",} 1.697134754959E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",} 1.697134751505E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",} 1.697134755271E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",} 1.697134726187E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",} 1.697134728691E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",} 1.697134744335E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",} 1.69713932838E9
uc_task_instance_duration_seconds_created{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",} 1.697134755803E9
# HELP uc_task_instance_launch_created Total number of task instances launched.
# TYPE uc_task_instance_launch_created gauge
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="File Transfer",task_type_detailed="File Transfer",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Linux/Unix",task_type_detailed="Linux/Unix",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="System Monitor",task_type_detailed="System Monitor",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Email",task_type_detailed="Email",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="SAP",task_type_detailed="SAP",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Windows",task_type_detailed="Windows",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Stored Procedure",task_type_detailed="Stored Procedure",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Workflow",task_type_detailed="Workflow",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="SQL",task_type_detailed="SQL",} 1.697134724533E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="z/OS",task_type_detailed="z/OS",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Task Monitor",task_type_detailed="Task Monitor",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Application Control",task_type_detailed="Application Control",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Agent File Monitor",task_type_detailed="Agent File Monitor",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Timer",task_type_detailed="Timer",} 1.697134724533E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Variable Monitor",task_type_detailed="Variable Monitor",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Universal Command",task_type_detailed="Universal Command",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Manual",task_type_detailed="Manual",} 1.697134724532E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Universal",task_type_detailed="License Generator - 7.8",} 1.697139327117E9
uc_task_instance_launch_created{cluster_node_id="<cluster-node-id>" ,task_type="Remote File Monitor",task_type_detailed="Remote File Monitor",} 1.697134724532E9

Related content