Skip to content

Commit

Permalink
docs: Clarify analysis count with value 0 (#3847)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz authored Sep 24, 2024
1 parent 00e39b1 commit a964a80
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/features/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ spec:
))
```

Multiple measurements can be performed over a longer duration period, by specifying the `count` and
`interval` fields:
Multiple measurements can be performed over a longer duration period, by specifying the `count` and `interval` fields:

```yaml hl_lines="4 5"
metrics:
Expand All @@ -169,6 +168,13 @@ Multiple measurements can be performed over a longer duration period, by specify
query: ...
```

!!! note
The `count` can have 0 as value which means that it will run until
the end of the Rollout execution for background analysis (outside
of steps). However if the `count` has value 0 and the analysis is
defined in the steps, the analysis won't be executed.


## ClusterAnalysisTemplates

!!! important
Expand Down

0 comments on commit a964a80

Please sign in to comment.