-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Global dashboard filters in docs #15599
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 351.76kB (1.51%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
|
bcoe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with a few minor nits.
Thank you for pulling this together.
| <Include name="feature-available-for-plan-trial-business.mdx" /> | ||
|
|
||
| Custom dashboards are shared across your organization, and users can view each other’s custom dashboards in the management view. Note that any changes you make are global, and will appear for users across the entire organization. | ||
| Custom dashboards are shared across your organization, and users can view each other’s custom dashboards on the Dashboards home page. Note that any changes you make are global, and will appear for users across the entire organization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth a caveat, "once you hit save". You can apply filters and I believe they won't be visible to others until you save the filter as the default filter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yes, this is true. Good distinction. I'll update.
docs/product/dashboards/index.mdx
Outdated
|
|
||
| ### Custom Filters | ||
|
|
||
| You can also add custom global filters to your dashboard. Each filter begins with selecting a dataset, and then adding a filter condition. You can add multiple filters to your dashboard, and they will be applied to all widgets in the dashboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
and they will be applied to all widgets in the dashboard that correspond to the dataset.
If you add a filter for the spans dataset, it will apply to the charts on the page that are displaying from the span dataset.
Note: @DominikB2014 is likely going to add a "Cross-dataset" option eventually, which allows you to select from an allow list of attributes that apply to more than one dataset (as is the case for release, date, and project today) -- we can update these docs when this happens.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know! I'll think about a better way to word this.
| ## Custom Dashboards | ||
|
|
||
| If you’d like to edit the default dashboard or build out multiple ones, each with its own set of unique widgets, you may want to consider our [Custom Dashboards](/product/dashboards/custom-dashboards/) feature which enables you to create more robust views such as the one below. | ||
| Every organization has a general template dashboard that is shared across all users. If you’d like to edit the default dashboard or build out new ones, each with its own set of unique widgets, you may want to consider the [Custom Dashboards](/product/dashboards/custom-dashboards/) feature which enables you to create more robust or customized views for example, to track performance of a specific feature or to track errors by a specific team's ownership. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note that when we migrate Insights to dashboards (hopefully early ~2026, the Insights pages we have today will act as these out-of-the-box templates that users can fork, and use as a starting point for their dashboards).
Ahmed-Labs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!! Lgtm but seconding Ben's comment about global filters applying to all widgets of the same dataset as the filter.
DESCRIBE YOUR PR
Added details about global dashboard filters. Updated some related docs while in transition to new dashboards paradigm.
Main preview: https://sentry-docs-git-global-dashboard-filters.sentry.dev/product/dashboards/
https://sentry-docs-git-global-dashboard-filters.sentry.dev/product/dashboards/#global-filters
Updated related pages under /product/dashboards to remove old plan requirements.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: