Traceway OTel Agent

One-line host observability for Traceway. Host metrics and tailed logs over OTLP/HTTP.

Linux & macOS

curl -fsSL https://install.tracewayapp.com/install.sh | TRACEWAY_TOKEN=<your-token> bash

Windows (PowerShell, admin)

$env:TRACEWAY_TOKEN = "<your-token>"
iwr -useb https://install.tracewayapp.com/install.ps1 | iex

Optional env vars

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.

Uninstall

curl -fsSL https://install.tracewayapp.com/uninstall.sh | bash