-
Notifications
You must be signed in to change notification settings - Fork 559
add rpc tab with analytics #7489
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
base: 07-01-add_analytics_to_insight_page
Are you sure you want to change the base?
add rpc tab with analytics #7489
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 07-01-add_analytics_to_insight_page #7489 +/- ##
=======================================================================
- Coverage 51.92% 51.90% -0.03%
=======================================================================
Files 949 947 -2
Lines 64148 63932 -216
Branches 4229 4209 -20
=======================================================================
- Hits 33311 33186 -125
+ Misses 30731 30640 -91
Partials 106 106
🚀 New features to boost your workflow:
|
size-limit report 📦
|
29f86d8
to
06ca6ae
Compare
0ac3a8e
to
c011ee5
Compare
06ca6ae
to
325cc74
Compare
[Dashboard] Feature: Add RPC Edge analytics page
PR-Codex overview
This PR introduces a new
RpcUsageTypeStats
interface for tracking RPC usage statistics and enhances the dashboard with components for displaying RPC analytics, including a graph and a table. It also adds routing and layout for the new RPC Edge feature.Detailed summary
RpcUsageTypeStats
interface inanalytics.ts
.ProjectSidebarLayout
to include a new link for "RPC Edge".getRpcUsageByType
function inanalytics.ts
to fetch RPC usage data.RequestsGraph
component to visualize RPC requests over time.Layout
andPage
components for the new RPC Edge section.RpcAnalytics
component to aggregate and display RPC metrics.RpcAnalyticsFilter
for filtering analytics data by date range and interval.RpcFTUX
for onboarding users to the RPC Edge feature.MethodsTable
to display the top RPC methods called.