Documentation Index
Fetch the complete documentation index at: https://docs.clawker.dev/llms.txt
Use this file to discover all available pages before exploring further.
clawker monitor
Manage local observability stackSynopsis
Commands for managing the local observability stack. The monitoring stack provides local telemetry visualization for Claude Code sessions using OpenTelemetry Collector + OpenSearch (logs + traces) + OpenSearch Dashboards + Prometheus (metrics). On ‘monitor up’, a one-shot clawker-opensearch-bootstrap container preconfigures the cluster — index templates, ISM retention, and Dashboards index patterns for claude-code, clawker-cli, clawker-cp, clawker-envoy, and clawker-coredns — before the collector and Prometheus start. The stack is intended to be throwaway (regenerate via ‘monitor down —volumes && monitor up’ to pick up template edits). Available commands: init Scaffold monitoring configuration files up Start the monitoring stack down Stop the monitoring stack status Show monitoring stack statusExamples
Subcommands
- clawker monitor down - Stop the monitoring stack
- clawker monitor init - Scaffold monitoring configuration files
- clawker monitor status - Show monitoring stack status
- clawker monitor up - Start the monitoring stack
Options
Options inherited from parent commands
See also
- clawker - Manage Claude Code in secure Docker containers with clawker