-
Notifications
You must be signed in to change notification settings - Fork 20
Dashboard Example for Yield & Throughput #111
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
Open
markacamps
wants to merge
19
commits into
ni:main
Choose a base branch
from
markacamps:users/mcampbell/yield-and-throughput
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7c92a71
placeholder
markacamps b86f8e8
placed folder in correct directory per contributing.md instructions
markacamps 42673ce
added firstpassyield notebook
markacamps d5fee5b
Update README.md
markacamps 758113a
Update FirstPassYield.ipynb
markacamps 7ae5f9a
updates to readme
markacamps 3ad7180
Update README.md
markacamps ff43000
Update Yield-and-Throughput.json
markacamps d537022
Potential fix for pull request finding
markacamps 91e9e12
copilot updates
markacamps 07c8d17
Merge branch 'users/mcampbell/yield-and-throughput' of https://github…
markacamps 9cc3580
Update FirstPassYield.ipynb
markacamps d8c4bfe
Merge branch 'ni:main' into users/mcampbell/yield-and-throughput
markacamps 9bae754
Updated Notebook
Erick-DV 12319ce
FirstPassYield Updated
Erick-DV 8d17c65
Updated Notebooks
Erick-DV abdef02
Updated dashboard
Erick-DV 598544f
Files updated
Erick-DV 8b893af
Readme file updated
Erick-DV 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -50,6 +50,19 @@ example includes detailed documentation on setup and usage. | |||||
|
|
||||||
| <!-- Dashboard examples list - add new examples below --> | ||||||
|
|
||||||
| Template for adding new examples: | ||||||
|
|
||||||
| ### [Yield and Thrughput](./Yield and Throughput/) | ||||||
|
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. | ||||||
|
markacamps marked this conversation as resolved.
Member
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. We don't use the term "Grafana" in our documentation. Just use "dashboard"
Suggested change
|
||||||
|
|
||||||
| **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: | ||||||
|
|
||||||
|
|
||||||
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.
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.