Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add deprecation notice for rollout_phase in docs (#2377) #2378

Merged
merged 3 commits into from
Nov 8, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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