Crate mz_debug

Source
Expand description

Debug tool for self managed environments.

Modules§

docker_dumper 🔒
Dumps Docker resources to files.
k8s_dumper 🔒
Dumps k8s resources to files.
kubectl_port_forwarder 🔒
Port forwards k8s service via Kubectl
system_catalog_dumper 🔒
Dumps catalog information to files. We run queries in serial rather than parallel because all queries in the pgwire connection are run in serial anyways. Running the queries in serial also makes cleaning up / aborting queries much easier.
utils 🔒

Structs§

Args
Context
EmulatorDebugMode
SelfManagedDebugMode

Enums§

ContainerServiceDumper
DebugMode

Constants§

BUILD_INFO 🔒

Statics§

ENV_FILTER 🔒
VERSION 🔒

Traits§

ContainerDumper

Functions§

create_k8s_client 🔒
Creates a k8s client given a context. If no context is provided, the default context is used.
main 🔒
run 🔒