Retrieving cluster metrics returns GPU and fabric performance data for all instances in a cluster. This is useful for monitoring cluster health, identifying performance bottlenecks, and tracking resource utilization.
This guide explains how to retrieve cluster metrics using the Vultr API.
Send a GET request to the List Clusters endpoint to retrieve all clusters.
Note the id of the cluster for which you want to retrieve metrics.
Send a GET request to the Get Cluster Metrics endpoint to retrieve metrics for the cluster. Replace {cluster-id} with the cluster id. Optionally add the period query parameter to specify the time range: -1days (default), -7days, or -30days.
The response contains GPU and fabric metrics for all instances in the cluster.
0 Comments
Be the first to comment and share your perspective with the community.