> For the complete documentation index, see [llms.txt](https://doc.k8studio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.k8studio.io/documentation/side-editor/metrics.md).

# Metrics

The Metrics tab is only available if Prometheus is installed and properly configured in the cluster settings. Refer to the cluster settings to see how this configuration is set.

{% content-ref url="/spaces/MXXfpTvt6Xe4Y0tCwViA/pages/hoUQjKk3OgX8WJ2r2iu0" %}
[Cluster Setting](/documentation/cluster-manager/cluster-setting.md)
{% endcontent-ref %}

Once is set up the metric tab is only available for two types of objects Workloads and Nodes.

For WorkLoad the following graphics and metrics are available:

* **Memory Usage:**

<figure><img src="/files/GEBwCkbsNrFOxkWf4ATV" alt="" width="400"><figcaption></figcaption></figure>

* **CPU:**

<figure><img src="/files/pXMeGFoLPuQvZjF1a0rY" alt="" width="398"><figcaption></figcaption></figure>

* **Network:**

<figure><img src="/files/iPM1ZywuRf7r12XUrdtJ" alt="" width="385"><figcaption></figcaption></figure>

* **Disk I/0:**

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

For Nodes, these are the following graphs and metrics:

The Memory graph shows the Allocable and capacity memory of the node, as well as the workload usage and total usage of memory

<figure><img src="/files/7dwD99fTtiP5YeK4eYIv" alt=""><figcaption></figcaption></figure>

The CPU graph shows the Allocable,capacity  and total usage of CPU for a node.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.k8studio.io/documentation/side-editor/metrics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
