autonomy metrics list¶
List available control-plane metrics
Synopsis¶
Displays the catalog of metrics emitted by the AutonomyOps control plane.
All metrics use the "cp_" prefix and follow OpenTelemetry semantic conventions
where applicable. They are exposed in Prometheus exposition format on the
control-plane metrics endpoint (configure with --metrics-addr when starting
the control plane).
Use 'autonomy metrics query' to read current values from a live endpoint.
Usage¶
autonomy metrics list [flags]
Options¶
--output string output format: "text" or "json" (default "text")
Options inherited from parent commands¶
--require-signed-manifest Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)
See also¶
autonomy metrics— List and query AutonomyOps control-plane metrics