Skip to content

Commit

Permalink
docs: try to explain the metric operation_duration_seconds better (#…
Browse files Browse the repository at this point in the history
…12282)

Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel committed Nov 28, 2023
1 parent 62732b3 commit d74bfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Number of API requests sent to the Kubernetes API.

#### `argo_workflows_operation_duration_seconds`

A histogram of durations of operations.
A histogram of durations of operations. An operation is a single workflow reconciliation loop within the workflow-controller. It's the time for the controller to process a single workflow after it has been read from the cluster and is a measure of the performance of the controller affected by the complexity of the workflow.

#### `argo_workflows_pods_count`

Expand Down Expand Up @@ -344,7 +344,7 @@ metricsConfig: |
# Path is the path where metrics are emitted. Must start with a "/". Default is "/metrics"
path: /metrics
# Port is the port where metrics are emitted. Default is "9090"
port: 8080
Expand Down

0 comments on commit d74bfed

Please sign in to comment.