uv run unpage configure
or by editing
the ~/.unpage/profiles/<profile_name>/config.yaml
file:
list[string]
: Node types in the format “source:type” (e.g., “aws:ec2_instance”, “kubernetes:pod”) that support metrics collection.list[string]
or string
: List of available metric names for the node, or an error message if the node doesn’t support metrics.list[dict]
or string
: Metric observations with timestamps and values, or an error/informational message.Note: Use list_available_metrics_for_node
first to get valid metric names for the node.get_metrics_for_node
.list[dict]
: Detected anomalies in the metric data, including anomaly details and confidence scores.