-
Notifications
You must be signed in to change notification settings - Fork 472
Documentation for mz-debug #32099
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
Documentation for mz-debug #32099
Conversation
96f971a
to
90f0c91
Compare
@@ -106,6 +106,23 @@ not suitable for full feature set evaluations or production workloads. | |||
For questions, discussions, or general technical support, join the [Materialize | |||
Community on Slack](https://materialize.com/s/chat). | |||
|
|||
#### `mz-debug` |
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.
As an fyi -- we'll need to manually add teh mz-debug page to https://github.com/MaterializeInc/materialize/blob/main/doc/user/content/integrations/_index.md page as well.
- We can actually specify the global options anywhere. I still wanted to separate the global flags from the non-global flags however. Thus I put it in the bottom, similar to Cockroach - Changed the install instructions for linux. Also tested in a linux VM as well.
@kay-kim made some changes in the last commit! Sorry this took so long! |
|
||
## Installation | ||
|
||
```shell |
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.
We should separate these so that the commands are actually copyable.
We can use tabs or use separate subheaders.
disable_list: true | ||
--- | ||
|
||
`mz-debug` is a command-line interface tool that collects debug information for self-managed and emulator Materialize environments. By default, the tool creates a compressed file (`.zip`) containing logs and a dump of the system catalog. You can then share this file with support teams when investigating issues. |
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.
Q: Is the "By default" referring to that contents; i.e., the logs and the dump of the system catalog? as opposed to you can have it not create the zip file and do something instead?
@@ -106,6 +106,23 @@ not suitable for full feature set evaluations or production workloads. | |||
For questions, discussions, or general technical support, join the [Materialize | |||
Community on Slack](https://materialize.com/s/chat). | |||
|
|||
#### `mz-debug` | |||
|
|||
Materialize provides a command-line debug tool called `mz-debug` that helps collect diagnostic information from your emulator environment. This tool can gather: |
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.
Maybe:
Materialize provides mz-debug
, a command-line debug tool, that collects diagnostic information from your emulator environment. This tool can gather:
Still working on actually deploying the binaries but the docs should stay relatively the same.
Will make a followup PR to make changes to the self managed docs branch.
Motivation
Tips for reviewer
Checklist
$T ⇔ Proto$T
mapping (possibly in a backwards-incompatible way), then it is tagged with aT-proto
label.