-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
metrics/grafana: add more Golang MemStats metrics #16902
Conversation
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
/run-monitor-test |
Visit the grafana server at: http://172.16.5.5:31533, it will last for 5 hours |
LGTM @jackysp |
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
/merge |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #16902 +/- ##
===========================================
Coverage 80.3975% 80.3975%
===========================================
Files 508 508
Lines 137498 137498
===========================================
Hits 110545 110545
Misses 18291 18291
Partials 8662 8662 |
@SunRunAway merge failed. |
cherry pick to release-4.0 in PR #16928 |
What problem does this PR solve?
Issue Number: close #16900
Problem Summary:
Currently, it only has
go_memstats_heap_alloc_bytes
metric in grafana. We need more metrics showing runtime.MemStats.What is changed and how it works?
Proposal: xxx
What's Changed:
Add these metrics:
How it Works:
Related changes
Check List
Tests
Side effects
Release note