# Monitoring

The Cluster Manager offers users an overview of the status of nodes and pods across all visible clusters. These metrics are shown when K8Studio can connect to the cluster and the monitoring configuration is enabled.

We have 2 types of metric graphs:

1. **Cluster Node Metrics:** This graph shows, node by node, the usage status of CPU and Memory. The graph can be hovered over to obtain a tooltip with detailed information

<figure><img src="/files/dFYAQXHLCzlS0uiAe9PG" alt=""><figcaption></figcaption></figure>

2. **Cluster Pods status:** This graph shows the status and count of pods running on the cluster.

<figure><img src="/files/0DuBahXfmG1a1WqdBNhw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.k8studio.io/documentation/cluster-manager/monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
