Get available metrics
Get a list of all available metrics, organized by component. Supports optional filtering by isCritical, aggregatable, and type. Unknown or false values for boolean params are treated as no filter. Use psirtComponent=true to include active PSIRT CVE sub-components under the “psirt” component.
Query parameters
isCritical
If 'true', only critical metrics are returned. If absent or 'false', all metrics are returned.
aggregatable
If 'true', metrics that cannot be aggregated across nodes are excluded. If absent or 'false', all metrics are returned.
type
If set, only metrics matching this type are returned (e.g., ‘utilization’, ‘limit’). If absent, all metrics are returned.
psirtComponent
Include active PSIRT CVE sub-components (default: false)
entityLevel
Optional entity scope for architecture-aware filtering. Currently only ‘node’ is supported.
Allowed values:
entityID
Entity ID for architecture-aware filtering. Required when entityLevel is set.
Response
Successful response
components
Errors
401
Unauthorized Error
403
Forbidden Error
499
Client Closed Request Error
500
Internal Server Error