-
Notifications
You must be signed in to change notification settings - Fork 660
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
Grafana dashboard updates #5255
Grafana dashboard updates #5255
Conversation
402ba45
to
598bd8c
Compare
It looks like the CI failure is because matplotlib's website is down and breaking a docs build. |
fb208a1
to
c35d80a
Compare
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.
Thank you!
@neverett any idea why CI fails with a doc that's not changed by this PR? |
I think the doc failure was caused by matplotlib's website going down. Is it still failing? |
Actually that looks like a different error now |
@Tom-Newton @davidmirror-ops I think you may need to merge master in to pick up changes from #5254 since that introduced some significant updates to the docs build |
@Tom-Newton could you merge master and try again? |
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
c35d80a
to
5af4a10
Compare
Sorry for being so slow. I just rebased on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5255 +/- ##
===========================================
- Coverage 79.30% 61.09% -18.21%
===========================================
Files 18 794 +776
Lines 1295 51213 +49918
===========================================
+ Hits 1027 31289 +30262
- Misses 204 17043 +16839
- Partials 64 2881 +2817
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Add enqueued workflows graph Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Update queue metrics Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Better aggregations Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add enqueued workflows graph Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix trailing comma Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add transition latency, etc Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Check-in latest dashboard Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fixes Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add informer stats to dashboard Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add more stats on workflow store Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * More round metrics Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix Y axis labels Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Check-in latest dashboard Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add garbage collection stats Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix scale on cache hit rate Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Working flytepropeller grpc histograms Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Change to a single accumulated graph Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add GRPC histogram on flyteadmin too Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix admin metrics name Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Update workqueue metric names for flyte 1.11.0 Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add other queues to queue graphs Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add round success counter, remove workqueue latencies Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Split enqueues by type and add missing rate for skip rate metric Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Don't use rate for round latency graphs Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix metric name for plugin failures and make it a rate Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix duplicate refIds Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix typo Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Update lots of title and units Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add round errors graph Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add total round rate Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Group metrics onto the same graphs were relevant Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Small updates Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Fix streaks graph Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * rename legend Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Rename Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add descriptions Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Add a missing title Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Remove unused imports Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * Adjust a description Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> * More minor updates Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com> --------- Signed-off-by: Thomas Newton <thomas.w.newton@gmail.com>
Tracking issue
Why are the changes needed?
There are a few issues with the dashboards as is. This includes some bugs and some outdated metric names.
What changes were proposed in this pull request?
rate
funciton while the title says rateHow was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link