Skip to content

Commit

Permalink
fix(docs): Remove Non-Existent Metrics From Docs
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Agrawal <[email protected]>
  • Loading branch information
agrawroh committed Nov 12, 2021
1 parent f77b2c5 commit 5c65a69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/features/controller-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,16 @@ The Argo Rollouts controller publishes the following prometheus metrics about Ar
| Name | Description |
| ----------------------------------- | ----------- |
| `rollout_created_time` | Creation time in unix timestamp for an rollout. |
| `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_reconcile` | Rollout reconciliation performance. |
| `rollout_reconcile_error` | Error occurring during the rollout. |
| `experiment_created_time` | Creation time in unix timestamp for an experiment. |
| `experiment_info` | Information about Experiment. |
| `experiment_phase` | Information on the state of the experiment. |
| `experiment_reconcile` | Experiments reconciliation performance. |
| `experiment_reconcile_error` | Error occurring during the experiment. |
| `analysis_run_created_time` | Creation time in unix timestamp for an Analysis Run. |
| `analysis_run_info` | Information about analysis run. |
| `analysis_run_metric_phase` | Information on the duration of a specific metric in the Analysis Run. |
| `analysis_run_metric_type` | Information on the type of a specific metric in the Analysis Runs. |
Expand Down

0 comments on commit 5c65a69

Please sign in to comment.