Skip to main content

expanso-cli node metrics

expanso-cli node metrics​

Show recent pipeline metrics for a node

Synopsis​

Show the retained window of curated pipeline metrics for a node: per-component throughput and latency, collected on the edge and delivered over the control plane.

By default it summarizes every pipeline with data on the node; --pipeline drills into one pipeline's per-component detail. With --follow (requires --pipeline) it tails the pipeline's live samples until interrupted.

expanso-cli node metrics NODE_ID [flags]

Examples​

# All pipelines on a node
expanso-cli node metrics node-123

# One pipeline, per-component detail
expanso-cli node metrics node-123 --pipeline j-abc123

# Live tail of one pipeline
expanso-cli node metrics node-123 --pipeline j-abc123 --follow

# JSON output
expanso-cli node metrics node-123 --format json

Options​

--follow Stream live samples until interrupted (Ctrl-C); requires --pipeline
-f, --format {table|json|yaml|csv} Output format (default table)
-h, --help help for metrics
--no-header Hide table headers (table format only)
--no-style Disable colors and styling
--pipeline string Show one pipeline's per-component detail instead of all pipelines on the node
-w, --wide Show full values without truncation (table format only)

Options inherited from parent commands​

--api-key string API key for authentication (e.g., exp_ak_...). Env: EXPANSO_CLI_AUTH_API_KEY (preferred; flag values show in ps output)
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging

SEE ALSO​