Skip to content

[DOCS-10912] RUM View-Based Ownership #30056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7974,16 +7974,21 @@ menu:
parent: rum_without_limits
identifier: rum_without_limits_retention
weight: 1002
- name: Ownership of Views
url: real_user_monitoring/ownership_of_views/
parent: rum
identifier: rum_ownership_of_views
weight: 11
- name: Guides
url: real_user_monitoring/guide/
parent: rum
identifier: rum_guides
weight: 11
weight: 12
- name: Data Security
identifier: data_security_real_user_monitoring
url: data_security/real_user_monitoring/
parent: rum
weight: 12
weight: 13
- name: Product Analytics
url: product_analytics
pre: product-analytics
Expand Down
38 changes: 38 additions & 0 deletions content/en/real_user_monitoring/ownership_of_views.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Ownership of Views
description: A guide on how to use view-based ownership in Real User Monitoring to filter event data for views your team owns.
further_reading:
- link: '/monitors/create/types/real_user_monitoring/'
tag: 'Documentation'
text: 'Learn about RUM'
---

## Overview

Ownership of views lets you see only the RUM metrics and events for the parts of your application that your team is responsible for. After you've set up ownership of views, every RUM event from those parts is **tagged** with your team's name. You can turn this filter on or off using the **My Teams** toggle on the Summary, Optimization, and Session Explorer pages.

Check warning on line 12 in content/en/real_user_monitoring/ownership_of_views.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'My'.

{{< img src="/real_user_monitoring/ownership_of_views/ownership-sessions-explorer-1.png" alt="View of Sessions Explorer, where you can filter user sessions based on the teams assigned in Team Ownership, making it easy to find replays relevant to your team." >}}

By default, the toggle is enabled, which filters metrics and event data to show only the views your team owns. If you belong to multiple teams, you can enable or disable specific team filters. The teams that own a view are also listed in the top-right corner of all event side panels.

## Setup

<div class="alert alert-info">To use this feature, your organization must have teams enabled and configured. </div>

To configure team ownership for your application's views:

1. In Datadog, navigate to the [**Digital Experience > Manage Applications**][1] page and select your application.
2. In the left navigation menu, select "Team Ownership".
3. For each selected view, click "Edit Teams" and select one or more teams. This attributes each view in your application to those teams.

After you associate a view with a team, Datadog automatically attributes new event data to that team.

<div class="alert alert-warning">If you change a team and view mapping, any past metrics or events are not retroactively tagged with the new team.</div>

{{< img src="/real_user_monitoring/ownership_of_views/ownership-application-management-2.png" alt="View of the Team Ownership page, where you can assign different pages of your application to specific teams." >}}

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: https://app.datadoghq.com/rum/list
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading