One-line host observability for Traceway. Host metrics and tailed logs over OTLP/HTTP.
curl -fsSL https://install.tracewayapp.com/install.sh | TRACEWAY_TOKEN=<your-token> bash
$env:TRACEWAY_TOKEN = "<your-token>"
iwr -useb https://install.tracewayapp.com/install.ps1 | iex
TRACEWAY_ENDPOINT — OTLP base URL, default https://cloud.tracewayapp.com/api/otel.
TRACEWAY_SERVICE_NAME — service.name, default hostname.
TRACEWAY_LOG_PATHS — comma-separated globs to tail. Enables the logs pipeline.
TRACEWAY_PROCESS_NAMES — comma-separated process names (or *). Enables per-process metrics.
TRACEWAY_PERSISTENT_QUEUE — on (default) backs the export queue with a 64 MiB disk file so batches survive restarts; off keeps it in-memory.
curl -fsSL https://install.tracewayapp.com/uninstall.sh | bash