Skip to content

Use OxQL instead of legacy metrics endpoints on system and silo utilization pages #2864

@david-crespo

Description

@david-crespo

We are still using these legacy metrics endpoints that we should be deprecating on the API side in favor of OxQL. We're doing that with the disk metrics endpoint (oxidecomputer/omicron#8721) but OxQL is meant to cover all of these use cases.

const inRange = useApiQuery(
'siloMetric',

const inRange = useApiQuery(
'systemMetric',

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions