Skip to content
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
13 changes: 13 additions & 0 deletions examples/dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ example includes detailed documentation on setup and usage.

<!-- Dashboard examples list - add new examples below -->

Template for adding new examples:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is part of the template. Please remove it.

Please also put your new dashboard entry below the template comment so that the template remains at the top of the section.


### [Yield and Thrughput](./Yield and Throughput/)
Comment thread
markacamps marked this conversation as resolved.
This Grafana dashboard visualizes test yield metrics and throughput data for manufacturing/test operations. It displays both overall yield (all test iterations) and first pass yield (first-time success rate), helping identify testing efficiency and quality trends.
Comment thread
markacamps marked this conversation as resolved.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use the term "Grafana" in our documentation. Just use "dashboard"

Suggested change
This Grafana dashboard visualizes test yield metrics and throughput data for manufacturing/test operations. It displays both overall yield (all test iterations) and first pass yield (first-time success rate), helping identify testing efficiency and quality trends.
This dashboard visualizes test yield metrics and throughput data for manufacturing/test operations. It displays both overall yield (all test iterations) and first pass yield (first-time success rate), helping identify testing efficiency and quality trends.


**Key Features:**
- Two Main Metrics Tracked: Overall Yield (all test attempts) vs First Pass Yield (tests passing on first attempt only) - each with dedicated row panels showing KPIs and time-series trends
- Dynamic Filtering: Uses template variables ($Workspace, $Product, $TestProgram, $__from:date, $__to:date) to dynamically filter data without hardcoding - makes the dashboard portable across different SystemLink environments
- Multiple Visualization Types: Combines stat panels (current values with color-coded thresholds), time-series line charts (trends over 7 days), and bar gauge charts (per-station comparison) for comprehensive visibility
- Test Status Breakdown: Each metric section displays 5 KPIs - Total Tests, Passed Tests, Failed Tests, Running Tests, and Other Status - giving a complete picture of test execution state
- Station-Level Analysis: Includes "by Station" bar gauge visualization to identify which systems/stations have lower yield, enabling targeted troubleshooting
- Smart Thresholding: Yield values use color coding (Red <60%, Yellow 60-80%, Green >80%) to immediately highlight performance issues

<!--
Template for adding new examples:

Expand Down
Loading