79159601

Date: 2024-11-05 14:58:53
Score: 0.5
Natty:
Report link

You can find some of these metrics in the System Tables and more specifically in the node_timeline table.

SELECT *
FROM system.compute.node_timeline
WHERE workspace_id = "<your_workspace_id"
AND cluster_id = "<your_cluster_id>"

System Table Query Example

It is also available visually in the Metrics Tab of your cluster.

https://<workspace_url>/compute/clusters/<cluster_id>/metrics 

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Axel R.