Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

System metrics are scraped through our Prometheus metrics Web Service endpoint.

To enable Open Telemetry metrics, you must configure an Open Telemetry metrics exporter, otherwise, a noop meter provider is used.


Metric Name

Metric Type

Default Labels

Optional Labels

Description

1uc_history_totalCounter
  • cluster_node_id
  • task_type
  • task_type_detailed
  • task_instance_status
  • agent_id
  • task_name
  • security_business_services
  • task_instance_exit_code
Total number of task instances that completed with an end status of In Doubt, Start Failure, Confirmation Required, Cancelled, Failed, Skipped, Finished, or Success.
2uc_task_instance_launch_totalCounter
  • cluster_node_id
  • task_type
  • task_type_detailed
  • agent_id
  • task_name,
  • security_business_services
Total number of task instances launched.
3uc_task_instance_late_start_totalCounter
  • cluster_node_id
  • task_type
  • task_type_detailed
  • agent_id
  • task_name,
  • security_business_services

Total number of task instances that started late.

4uc_task_instance_late_finish_totalCounter
  • cluster_node_id
  • task_type
  • task_type_detailed
  • agent_id
  • task_name,
  • security_business_services
Total number of task instances that finished late.
5uc_task_instance_early_finish_totalCounter
  • cluster_node_id
  • task_type
  • task_type_detailed
  • agent_id
  • task_name
  • security_business_services
Total number of task instances that finished early.
6uc_task_instance_duration_secondsHistogram
  • cluster_node_id
  • task_type
  • task_type_detailed
  • agent_id
  • task_name
  • security_business_services
Task instance duration in seconds.
7uc_universal_event_totalCounter
  • cluster_node_id
  • universal_event_name
  • universal_template_name
  • universal_extension_name

The universal_template_name and universal_extension_name label values are non-empty for published local Universal Events (defined by a Universal Template Event Template) and empty for published global Universal Events (defined by a Universal Event Template).


  • agent_id
  • task_name
  • security_business_services
Total number of Universal Events published by Universal Event Templates and Universal Template Event Templates.
  • No labels