-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(insights): move insights to domain focused categorization #11673
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6ebf640
feat(insights): move insights to domain focused categorization
bcoe 1009a7e
docs: switch to retention based banner
bcoe 7e21cef
docs: address feedback on redirect banner
bcoe 46ca184
docs: slight tweak to language based on bikeshedding
bcoe eac585d
Update docs/product/insights/backend/index.mdx
bcoe ce9718d
Update docs/product/insights/frontend/index.mdx
bcoe 185eb1b
Update docs/product/insights/frontend/network-requests.mdx
bcoe bea1bba
Update docs/product/insights/mobile/index.mdx
bcoe bfd01bc
Update docs/product/insights/index.mdx
bcoe 4ea331c
Update docs/product/insights/mobile/index.mdx
bcoe 0def477
Update includes/performance-moving.mdx
bcoe f527cc9
Update docs/product/insights/frontend/index.mdx
bcoe 74b30ec
Update docs/product/insights/backend/index.mdx
bcoe ce07258
docs: add screenshots
bcoe 224f324
Update includes/feature-limited-on-team-retention.mdx
bcoe 2b266dd
docs: update copy to be more accurate
bcoe d8ba1c0
docs: tweaking wording a bit
bcoe 5e3ac1e
Update docs/product/insights/ai/index.mdx
bcoe c8411b0
Update docs/product/insights/ai/index.mdx
bcoe c1e8cbf
Update docs/product/insights/frontend/index.mdx
bcoe 760f7d9
Update docs/product/insights/index.mdx
bcoe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,15 @@ | ||||||
| --- | ||||||
| title: "AI Performance" | ||||||
| sidebar_order: 135 | ||||||
| description: "Performance views for AI developers." | ||||||
bcoe marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| --- | ||||||
|
|
||||||
| <Include name="feature-limited-on-team-retention.mdx" /> | ||||||
|
|
||||||
| Sentry's [**AI Performance**](https://sentry.io/orgredirect/organizations/:orgslug/insights/ai/) page gives you an overview of the health of your application. You'll be able to see things like **Transactions Per Minute**, **p50** and **p75 Duration**, and so on. | ||||||
|
|
||||||
| You can also dive deeper into LLM Monitoring and get insights into critical LLM metrics, like token usage, to monitor and fix issues with AI pipelines. In addition to having a dedicated space to monitor AI performance, you can also look at Sentry's Insights tab to monitor backend, mobile, and frontend performance. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ## Learn More | ||||||
|
|
||||||
| <PageGrid /> | ||||||
bcoe marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
...itoring/getting-started/the-dashboard.mdx → ...itoring/getting-started/the-dashboard.mdx
This file contains hidden or 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
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions
4
...product/insights/llm-monitoring/index.mdx → ...duct/insights/ai/llm-monitoring/index.mdx
This file contains hidden or 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
4 changes: 2 additions & 2 deletions
4
docs/product/insights/caches/cache-page.mdx → ...ct/insights/backend/caches/cache-page.mdx
This file contains hidden or 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 hidden or 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 hidden or 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,17 @@ | ||
| --- | ||
| title: "Backend Performance" | ||
| sidebar_order: 45 | ||
| description: "Learn how to use Sentry's Backend Performance tool to monitor things like queries, outbound API requests, caches, and queues." | ||
| --- | ||
|
|
||
| <Include name="feature-limited-on-team-retention.mdx" /> | ||
|
|
||
| Sentry's [**Backend Performance**](https://sentry.io/orgredirect/organizations/:orgslug/insights/backend/) page gives you an overview of the health of your application. You'll be able to see things like the **Most Time-Consuming Queries**, **Most Time-Consuming Domains**, **p50** and **p75 Duration**, and so on. | ||
|
|
||
|  | ||
|
|
||
| You can also dive deeper into Queries, Outbound API Requests, Caches, and Queues to get detailed information about potential issues affecting your application's health. In addition to having a dedicated space to monitor backend performance, you can also look at Sentry's **Insights** tab to monitor frontend, mobile, and AI performance. | ||
|
|
||
| ## Learn More | ||
|
|
||
| <PageGrid /> |
This file contains hidden or 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
4 changes: 2 additions & 2 deletions
4
...oduct/insights/queue-monitoring/index.mdx → ...sights/backend/queue-monitoring/index.mdx
This file contains hidden or 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
4 changes: 2 additions & 2 deletions
4
...insights/queue-monitoring/queues-page.mdx → .../backend/queue-monitoring/queues-page.mdx
This file contains hidden or 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 hidden or 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,7 @@ | ||
| --- | ||
| title: Outbound API Requests | ||
| sidebar_order: 10 | ||
| description: "Track the performance of your application's HTTP requests and drill into the domains serving those requests." | ||
| --- | ||
|
|
||
| <Include name="insights-requests-body.mdx" /> |
This file contains hidden or 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 hidden or 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,17 @@ | ||
| --- | ||
| title: "Frontend Performance" | ||
| sidebar_order: 10 | ||
| description: "Learn how to use Sentry's Frontend Performance tool to monitor things like web vitals and network requests." | ||
| --- | ||
|
|
||
| <Include name="feature-limited-on-team-retention.mdx" /> | ||
|
|
||
| Sentry's Frontend Performance page gives you an overview of the health of your application. You'll be able to see things like **Best Page Opportunities** (the improvements that would most help increase your performance score), your **Most Time-Consuming Assets**, **p50** and **p75 Duration**, and so on. | ||
bcoe marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|  | ||
|
|
||
| You can also dive deeper into Web Vitals, Network Requests, and Assets to get detailed information about potential issues affecting your application's health. In addition to having a dedicated space to monitor frontend performance, you can also look at Sentry's **Insights** tab to monitor backend, mobile, and AI performance. | ||
|
|
||
| ## Learn More | ||
|
|
||
| <PageGrid /> | ||
This file contains hidden or 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,7 @@ | ||
| --- | ||
| title: Network Requests | ||
| sidebar_order: 10 | ||
| description: "Track the performance of your application's HTTP requests and drill into the domains serving them." | ||
bcoe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| --- | ||
|
|
||
| <Include name="insights-requests-body.mdx" /> | ||
4 changes: 2 additions & 2 deletions
4
docs/product/insights/web-vitals/index.mdx → ...ct/insights/frontend/web-vitals/index.mdx
This file contains hidden or 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 hidden or 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
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 6 additions & 8 deletions
14
.../product/insights/mobile-vitals/index.mdx → docs/product/insights/mobile/index.mdx
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,5 @@ | ||
| <Note> | ||
|
|
||
| This view is only available on Team and Business plans. On Team plans, you won't be able to query data that's more than 7 days old. To enable querying for all your data, upgrade to the <a href="https://sentry.io/pricing/" target="_blank">Business or Enterprise plan</a>. | ||
|
|
||
| </Note> |
8 changes: 1 addition & 7 deletions
8
docs/product/insights/requests.mdx → includes/insights-requests-body.mdx
This file contains hidden or 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 hidden or 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,6 @@ | ||
| <Note> | ||
|
|
||
| To make it easier to see what's relevant for you, Sentry's Performance landing page is now being split into separate <a href="/product/insights/frontend/" target="_blank">Frontend</a>, <a href="/product/insights/backend/" target="_blank">Backend</a>, <a href="/product/insights/mobile/" target="_blank">Mobile</a>, and | ||
| <a href="/product/insights/ai/" target="_blank">AI</a> performance pages. They can all be found in the **Insights** tab. | ||
|
|
||
| </Note> |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
Large Language Models are just one type of AI workflow that we happen to have concentrated on first. Another example where I could imagine us having some monitoring is generative image models (as an example).
Even though the AI page is a bit sparse, my preference would be to not use monitoring LLM calls as a synonym for AI.
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.
That makes sense. Let me take another pass at adding a bit more context here...
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.
How about: Learn how to use Sentry's AI Performance tool to get insights into things that may be affecting your application health, including critical LLM metrics.
We can make updates here as we add new AI capabilities. Feel free to update if you have a broader way to speak to this tools without specifically mentioning LLM.