Skip to content

Commit e05ef04

Browse files
Merge pull request #6462 from harness/CDS-94986
FAQ on how stats are calculated.
2 parents 8538220 + db00bf0 commit e05ef04

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

kb/continuous-delivery/continuous-delivery-faqs.md

+14
Original file line numberDiff line numberDiff line change
@@ -6928,3 +6928,17 @@ Both approaches will result in `key2` in the `my_map` variable being set to a `n
69286928
69296929
#### Why am I getting an error that the input set does not exist in the selected Branch?
69306930
This happens because pipelines and input sets need to exist in the same branch when storing them in Git. For example, if your pipeline exists in the `dev` branch but your input set exists in the `main` branch, then loading the pipeline in the `dev` branch and attempting to load the input set will cause this error. To fix this, please ensure that both the pipeline and input set exist in the same branch and same repository.
6931+
6932+
#### How are the statistics on the Continuous Delivery overview page calculated?
6933+
6934+
The [Continous Delivery overview page](/docs/continuous-delivery/monitor-deployments/monitor-cd-deployments#overview-and-services-dashboards) displays statistics for deployments and services that can sometimes seem unreasonable or incorrect. However, these numbers are correct and are generally caused by the time frame that the statistic is measured over.
6935+
6936+
For example, say that we have a statistic `failure rate` that is measured over 30 days. Then we collect the following data:
6937+
6938+
Days 0 - 30 `failure rate`: 5%
6939+
Days 31 - 60 `failure rate`: 15%
6940+
6941+
Then when displaying the `failure rate` for the last 30 days you would see `15%` and you would see that your `failure rate` increased by `300%`!
6942+
So the statistic will have a red arrow pointing up marked as a `300%` increment in failure rate.
6943+
6944+
This value accurately measures the change in the failure rate, from 5% to 15%.

0 commit comments

Comments
 (0)