-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea43c05
commit e204f5a
Showing
22 changed files
with
697 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
...ing-video-&-ads/installation/browser/release-notes/browser-agent-eol-policy.mdx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
src/content/docs/streaming-video-&-ads/update-the-media-agent.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: Migrating media agent to version | ||
metaDescription: 'How to update your existing media agent to the latest version.' | ||
redirects: | ||
freshnessValidatedDate: never | ||
--- | ||
|
||
To make migrating from earlier versions as easy as possible, we have developed a compatibility layer that translates most of the configurable options chart to their new counterparts. This compatibility layer is temporary and will be removed in the future. We encourage you to read this guide carefully and migrate the configuration with human supervision. | ||
|
||
## Migration to Version 3.xx | ||
|
||
To experience the new curated view, you must migrate to version 3.xx of the media agent. | ||
|
||
### Dual Event Type Complications | ||
|
||
There is a chance that after migration, some of your end-users may not have opted for the app upgrade, or very few have. During this interim period, you could experience dual event types, which can be complicated. To manage this: | ||
|
||
* Gather all the query and action mappings. | ||
* Inform your end-users that during this interim period, they could see data in multiple events and how they are related. | ||
|
||
<Callout variant="Important"> | ||
This applies to the mobile agent. For the browser, it will be upgraded automatically. | ||
</Callout> | ||
|
||
### Viewing Data Post-Migration | ||
|
||
After migration, if you want to see data for the past month, we recommend that you use any custom dashboard or query: | ||
|
||
```sql | ||
SELECT * FROM pageAction | ||
``` | ||
|
||
<Callout variant="Important"> | ||
With name event defination, they loose the dashboard capability for querying the old data. | ||
</Callout> | ||
|
||
### Event Definition Mapping | ||
|
||
A detailed mapping of each old event type with the new one is provided to help you migrate any scripts or workflows. This mapping is crucial for ensuring a smooth transition and maintaining data integrity. | ||
|
||
We recommend you carefully follow this guide and ensure that all configurations are migrated with supervision. The compatibility layer is a temporary solution, and it is important to transition to the new configuration as soon as possible. | ||
|
||
For more detailed information, please contact New Relic customer support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
162 changes: 160 additions & 2 deletions
162
...data-in-newrelic/streaming-video-&-ads-all-platform-view/streaming-entities.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,166 @@ | ||
--- | ||
title: Streaming Entities | ||
metaDescription: 'The features associated with the New Relic Streaming video & ads.' | ||
metaDescription: 'Explore the features of New Relic Streaming for video and ads, providing detailed insights into active entities.' | ||
redirects: | ||
freshnessValidatedDate: never | ||
--- | ||
|
||
Streaming Entities for Streaming Video and Ads provide an overview insights into the all the entities that are in progress or ongoing for a specific application. This will provide you with the detailed information about the entities. | ||
Streaming Entities for Streaming Video & Ads offers an overview of insights into all active entities for a specific application. This provides detailed information about each entities, helping you optimize performance and user experience. | ||
|
||
## Streaming Entities page UI | ||
|
||
The Streaming Entities page displays various information across multiple columns. The following table provides each column available in the Streaming Entities page UI: | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th width="50%"> | ||
UI | ||
</th> | ||
|
||
<th> | ||
Description | ||
</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
<tr> | ||
<td> | ||
**Name** | ||
</td> | ||
|
||
<td> | ||
Entity name for the application, click the entity name to view the detailed information. See [Summary](/docs/streaming-video-&-ads/view-data-in-newrelic/streaming-video-&-ads-single-application-view/media-summary-page) for more information. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Account** | ||
</td> | ||
|
||
<td> | ||
Information regarding the account where the entity is being registed. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Video Rebuffering Ratio (%)** | ||
</td> | ||
|
||
<td> | ||
Percentage of video plays that experienced buffering. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Ad Rebuffering Ratio (%)** | ||
</td> | ||
|
||
<td> | ||
Percentage of ad plays that experienced buffering. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Average Bitrate (B/s)** | ||
</td> | ||
|
||
<td> | ||
Measurement of video quality based on the bits played back. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Ad Average Bitrate (B/s)** | ||
</td> | ||
|
||
<td> | ||
Measurement of ad video quality based on the bits played back. (see current implementation on how this is calculated) | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Average Start Time (s)** | ||
</td> | ||
|
||
<td> | ||
The average time it takes before the first frame loads | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Ad Average Start Time (s)** | ||
</td> | ||
|
||
<td> | ||
The average time it takes to load the first frame of the ad. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Video Start Failures** | ||
</td> | ||
|
||
<td> | ||
Count of video play attempts that failed to start (excluding user-initiated terminations). | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Ad Start Failures** | ||
</td> | ||
|
||
<td> | ||
Count of ad play attempts that failed to start (excluding user-initiated terminations). | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Video Playback Failures** | ||
</td> | ||
|
||
<td> | ||
Count of video plays that started but failed before completion, reporting an error. | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
**Ad Playback Failures** | ||
</td> | ||
|
||
<td> | ||
Count of ad plays that started but failed before completion, reporting an error. | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<img | ||
title="Streamng video & ads" | ||
alt="A screenshot about using streaming video & ads" | ||
src="/images/streaming-entity.webp" | ||
/> | ||
|
||
## Add Streaming Entity | ||
|
||
By default, the **Streaming Entities** page displays all the entity associated to the account. However, if you wish to create a new streaming entity: | ||
|
||
1. Click **+ Add streaming entity**, top right corner of the page. | ||
2. Select the type of app you want to monitor. See [Install the media agent](/docs/streaming-video-&-ads/installation/install-the-streaming-video-&-ads-agent/#installation) | ||
|
||
## Whats next? | ||
|
||
* View the [User sessions](/docs/streaming-video-&-ads/view-data-in-newrelic/streaming-video-&-ads-single-application-view/user-sessions) of the customer and troubleshoot users issue by clicking the **Analyse user session**. | ||
* View the [Summary page](/docs/streaming-video-&-ads/view-data-in-newrelic/streaming-video-&-ads-single-application-view/media-summary-page) of the media agent across all platforms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.