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.
curl -fsSL https://install.tracewayapp.com/uninstall.sh | bash