-
Notifications
You must be signed in to change notification settings - Fork 5
feat(storage): add metric to monitor available split block tasks #595
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: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #595 +/- ##
=======================================
Coverage 42.86% 42.87%
=======================================
Files 278 278
Lines 51883 51885 +2
Branches 51883 51885 +2
=======================================
+ Hits 22242 22245 +3
+ Misses 28478 28477 -1
Partials 1163 1163 ☔ View full report in Codecov by Sentry. |
scripts/gen-dashboard.py
Outdated
expr: Union[str, List[Union[str, Expr]], Expr], | ||
title: str, | ||
unit_format=UNITS.NUMBER_FORMAT, | ||
labels=[], | ||
legend_format: str | None = None, | ||
) -> Panel: |
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.
use black scripts/gen-dashboard.py
or simply revert these double indentations
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.
fixed
9f72fdb
to
ed7d9eb
Compare
ed7d9eb
to
8e3cdbd
Compare
No description provided.