diff --git a/docs/product/stats/index.mdx b/docs/product/stats/index.mdx index 3ec32f46f18d3..acaf0b23f84c7 100644 --- a/docs/product/stats/index.mdx +++ b/docs/product/stats/index.mdx @@ -159,3 +159,9 @@ The "Metric Alerts Triggered" chart and table show alert rules that have been tr #### Number of Releases The "Number of Releases" chart and table show the releases that were created for each of your team's projects. + +## Continuous Profiling Stats + +#### Dropped Profile Hours + +[Relay](/product/relay/) calculates profile durations for accepted outcomes rather than for every profile chunk received. Both profile hours and UI profile hours stats are derived from these accepted profile chunks or UI profile chunks, respectively, with no duration data stored for dropped outcomes (which are simply counted). Each profile chunk has a maximum duration of 66 seconds. Based on internal testing data the 10th and 25th percentiles of accepted profile chunk durations are approximately 9.9 seconds. This metric was used to select 9.0 seconds as the estimation multiplier for each dropped profile chunk. \ No newline at end of file