mz_debug_option.yml 1021 B

12345678910111213141516171819202122232425262728293031323334353637
  1. columns:
  2. - column: "Option"
  3. - column: "Description"
  4. rows:
  5. - Option: "`--dump-heap-profiles <boolean>`"
  6. Description: |
  7. <a name="dump-heap-profiles"></a> If `true`, dump heap profiles (.pprof.gz) from
  8. your Materialize instance.
  9. Defaults to `true`.
  10. - Option: "`--dump-prometheus-metrics <boolean>`"
  11. Description: |
  12. <a name="dump-prometheus-metrics"></a> If `true`, dump prometheus metrics from
  13. your Materialize instance.
  14. Defaults to `true`.
  15. - Option: "`--dump-system-catalog <boolean>`"
  16. Description: |
  17. <a name="dump-system-catalog"></a> If `true`, dump the system catalog from
  18. your Materialize instance.
  19. Defaults to `true`.
  20. - Option: "`--mz-connection-url <URL>`"
  21. Description: |
  22. <a name="mz-connection-url"></a>The Materialize instance's [PostgreSQL
  23. connection
  24. URL](https://www.postgresql.org/docs/14/libpq-connect.html#LIBPQ-CONNSTRING).
  25. Defaults to `postgres://127.0.0.1:6875/materialize?sslmode=prefer`.