AWS ivs documentation change
Summary
Updated ConcurrentViews metric description to change 'video' to 'media files' in the definition of what constitutes a view
Security assessment
This change aligns terminology with the glossary update but doesn't address any security issues or introduce security documentation. It's purely a terminology consistency update.
Diff
diff --git a/ivs/latest/LowLatencyUserGuide/stream-health.md b/ivs/latest/LowLatencyUserGuide/stream-health.md index a53fa8c6b..b871c420b 100644 --- a//ivs/latest/LowLatencyUserGuide/stream-health.md +++ b//ivs/latest/LowLatencyUserGuide/stream-health.md @@ -298 +298 @@ Metric | Dimensions | Description -`ConcurrentViews` | — | A count of concurrent views across all your live channels. A _view_ is a unique viewing session which is actively downloading or playing video. (For a more detailed definition, see the [IVS Glossary](./ivs-glossary.html).) If channels are live but in aggregate have no views, the value of this metric is 0. If no channels are live, the metric has no data points. Unit: Count Valid statistics: Average, Maximum, Minimum — Average number, largest number, or smallest number (respectively) of concurrent views over the configured interval. +`ConcurrentViews` | — | A count of concurrent views across all your live channels. A _view_ is a unique viewing session which is actively downloading or playing media files. (For a more detailed definition, see the [IVS Glossary](./ivs-glossary.html).) If channels are live but in aggregate have no views, the value of this metric is 0. If no channels are live, the metric has no data points. Unit: Count Valid statistics: Average, Maximum, Minimum — Average number, largest number, or smallest number (respectively) of concurrent views over the configured interval.