-
Notifications
You must be signed in to change notification settings - Fork 472
[Self managed docs] Document memory profiles and prometheus snapshots in debug tool #32608
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: self-managed-docs/v25.1
Are you sure you want to change the base?
[Self managed docs] Document memory profiles and prometheus snapshots in debug tool #32608
Conversation
92566ce
to
d4a1586
Compare
@@ -0,0 +1,5 @@ | |||
### Memory profiles | |||
|
|||
`mz-debug` outputs heap profiles if |
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.
Depending on what we want to emphasize, we could flip these sentences as (something like)
By default, mz-debug
outputs heap profiles for each service in profiles/{service}.memprof.pprof.gz
. To turn off this behavior, you can set --dump-heap-profiles
to false.
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.
Also, where are these configs doc'ed? I don't see them on the page.
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.
I do see them in the main branch version's mz_debug_option.yml though... just an oversight on the self-managed-docs branch
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.
Changing to request changes to fix the links.
The wording change ... I don't have strong opinions.
@@ -0,0 +1,5 @@ | |||
### Memory profiles | |||
|
|||
`mz-debug` outputs heap profiles if |
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.
Also, where are these configs doc'ed? I don't see them on the page.
sibling pr #32607
Motivation
Tips for reviewer
Checklist
$T ⇔ Proto$T
mapping (possibly in a backwards-incompatible way), then it is tagged with aT-proto
label.