This tutorial helps you establish a practical review workflow for platform operations using the Dashboard module.Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What You’ll Build
A reusable operating checklist that:- Reviews demand and capacity indicators
- Flags latency or throughput regressions
- Validates model quality and token usage shifts
- Produces a clear action list for owners
Step 1: Prepare a Baseline Window
- Open Dashboard.
- Set all core charts to LAST 7 DAYS.
- Record current values for API calls, latency, throughput, and top model usage.
Step 2: Run a Demand and Capacity Pass
- Review Total Requests trend and delta.
- Compare running endpoints with recent load behavior.
- Check inactive clusters to identify resilience risk.
Step 3: Run a Performance Pass
- Inspect API Calls by project to find heavy consumers.
- Inspect Latency for project-level outliers.
- Inspect Throughput for efficiency regressions.
Step 4: Run a Model Quality and Cost Pass
- Review Model Usage top models.
- Review Accuracy benchmark spread across those models.
- Review Token Metrics for input/output shifts.
Step 5: Produce an Action Register
Create a short table for your team:| Priority | Issue | Owner | Action | Due |
|---|---|---|---|---|
| P1 | Example: Latency regression in Project A | Platform Eng | Inspect deployment scaling and logs | 24h |
| P2 | Example: Output tokens up for Model X | Applied AI | Tighten prompt and max token policy | 48h |
Step 6: Verify Outcomes
- After changes, revisit Dashboard in the same window.
- Confirm target metrics moved in the expected direction.
- Capture before/after evidence for weekly review.
Operational Cadence Recommendation
- Daily (10–15 min): anomaly detection and assignment
- Weekly (30 min): trend review and capacity planning
- Monthly (45 min): quality/cost strategy adjustments