-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Feature][metrics] Add master, worker metrics #10326
Conversation
df5ec66
to
03f4025
Compare
Codecov Report
@@ Coverage Diff @@
## dev #10326 +/- ##
============================================
- Coverage 40.56% 40.45% -0.12%
- Complexity 4739 4740 +1
============================================
Files 869 874 +5
Lines 35273 35465 +192
Branches 3935 3938 +3
============================================
+ Hits 14309 14347 +38
- Misses 19534 19689 +155
+ Partials 1430 1429 -1
Continue to review full report at Codecov.
|
393f1c5
to
d2ee18a
Compare
@EricGao888 Please take a look. |
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.
Nice metrics improvements, I left some comments
dolphinscheduler-meter/src/main/java/org/apache/dolphinscheduler/meter/MeterConfiguration.java
Show resolved
Hide resolved
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.
some not important things
fd5f206
to
992f4fa
Compare
fbc38a4
to
2653db9
Compare
SonarCloud Quality Gate failed. |
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.
LGTM
* Add mater metrics * fix UT * Add url to mysql profile * Add worker metrics * Update grafana config * Add system metrics doc * Add process failover counter * Add metrics image * Change jpg to png * Add command insert metrics * Fix UT * Revert UT
* Add mater metrics * fix UT * Add url to mysql profile * Add worker metrics * Update grafana config * Add system metrics doc * Add process failover counter * Add metrics image * Change jpg to png * Add command insert metrics * Fix UT * Revert UT (cherry picked from commit e21d7b1)
Purpose of the pull request
related issue #9324
Brief change log
Add basic metrics about master server.
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows: