Skip to main content

clawker monitor up

Start the monitoring stack

Synopsis

Starts the monitoring stack using Docker Compose. This launches the following services:
  • OpenSearch (port 9200)
  • OpenSearch Dashboards (port 5601)
  • clawker-opensearch-bootstrap (one-shot)
  • OpenTelemetry Collector (ports 4317, 4318)
  • Prometheus (port 9090)
‘monitor up’ is bring-up only. When the stack is already running it prints so and exits without touching it. On bring-up it renders the stack config from this project’s selected monitoring extensions over every extension ever seeded (across all projects) — a teammate’s routings survive — and the bootstrap container applies this project’s OpenSearch artifacts. Agent containers send telemetry to the stack automatically. To apply monitoring extension changes to a running stack, run ‘clawker monitor reload’ — the explicit disruptive apply (recreates the collector).

Examples

Options

Options inherited from parent commands

See also