Skip to content

Commit

Permalink
chore: add deprecation notice for rollout_phase in docs (#2377) (#2378)
Browse files Browse the repository at this point in the history
Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>

Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
  • Loading branch information
iam-veeramalla authored Nov 8, 2022
1 parent 25cbb9e commit 9fb4647
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 9fb4647

Please sign in to comment.