Metrics
The hera.workflows.metrics module implements independent and Prometheus metrics that can be used in Argo.
Counter
Counter metric component used to count specific events based on the given value.
Notes
See https://argoproj.github.io/argo-workflows/metrics/#grafana-dashboard-for-argo-controller-metrics
Source code in src/hera/workflows/metrics.py
Gauge
Gauge metric component used to record intervals based on the given value.
Notes
See https://argoproj.github.io/argo-workflows/metrics/#grafana-dashboard-for-argo-controller-metrics
Source code in src/hera/workflows/metrics.py
Histogram
Histogram metric that records the value at the specified bucket intervals.
Notes
See https://argoproj.github.io/argo-workflows/metrics/#grafana-dashboard-for-argo-controller-metrics
Source code in src/hera/workflows/metrics.py
Metric
Prometheus metric that can be used at the workflow or task/template level.
Notes
See https://argoproj.github.io/argo-workflows/metrics/#grafana-dashboard-for-argo-controller-metrics
Source code in src/hera/workflows/metrics.py
Metrics
A collection of Prometheus metrics.
Notes
See https://argoproj.github.io/argo-workflows/metrics/#grafana-dashboard-for-argo-controller-metrics