Skip to content

Commit

Permalink
chore: add deprecation notice for rollout_phase in docs (argoproj#2377)…
Browse files Browse the repository at this point in the history
… (argoproj#2378)

Signed-off-by: iam-veeramalla <[email protected]>

Signed-off-by: iam-veeramalla <[email protected]>
  • Loading branch information
iam-veeramalla authored and jandersen-plaid committed Nov 26, 2022
1 parent c1e12c8 commit 0bce8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/controller-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The Argo Rollouts controller publishes the following prometheus metrics about Ar
| `rollout_info` | Information about rollout. |
| `rollout_info_replicas_available` | The number of available replicas per rollout. |
| `rollout_info_replicas_unavailable` | The number of unavailable replicas per rollout. |
| `rollout_phase` | Information on the state of the rollout. |
| `rollout_phase` | [**DEPRECATED - use rollout_info**] Information on the state of the rollout. |
| `rollout_reconcile` | Rollout reconciliation performance. |
| `rollout_reconcile_error` | Error occurring during the rollout. |
| `experiment_info` | Information about Experiment. |
Expand Down

0 comments on commit 0bce8e4

Please sign in to comment.