Skip to main content

clawker monitor

Manage local observability stack

Synopsis

Commands for managing the local observability stack. The monitoring stack provides local telemetry visualization for Claude Code sessions using OpenTelemetry, Jaeger, Prometheus, and Grafana. Available commands: init Scaffold monitoring configuration files up Start the monitoring stack down Stop the monitoring stack status Show monitoring stack status

Examples

  # Initialize monitoring configuration
  clawker monitor init

  # Start the monitoring stack
  clawker monitor up

  # Check stack status
  clawker monitor status

  # Stop the stack
  clawker monitor down

Subcommands

Options

  -h, --help   help for monitor

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also

  • clawker - Manage Claude Code in secure Docker containers with clawker