# Namespace Dashboard

The **Namespace Dashboard** provides detailed cost metrics for each Namespace.

The cost metrics provided for each Namespace include the **Utilized Cost** for each individual Kubernetes resource in the namespace (CPU, RAM, Storage), the **Idle Cost** (both as an absolute $ figure as well as a percentage) and the **Total Cost** of the Namespace.&#x20;

The Namespace Dashboard also outlines the **External Cost** for each namespace.

Each metric is provided for a specific timeframe which can be chosen in the date picker in the top right of the screen.

![](/files/-MdRbrK9GYB31lTDnJpc)

### Namespace Dashboard Filters

The namespace dashboard can be filtered using the **Filter by clusters or namespaces** field in the top left of the screen.

The following filters can be applied to the namespace dashboard:

* Display metrics for individual namespaces or groups of namespaces
* Display metrics for namespaces belonging to an individual cluster or group of clusters
* And a combination of both

![Namespace Dashboard Filters](/files/-MdRglattP3MzfVWEM0j)

### Cross-Cluster vs Single Cluster Namespaces

Most Kubernetes environments have multiple clusters with namespaces spanning across clusters or simply with the same naming convention.&#x20;

Cross-cluster namespaces can be differentiated by the arrow preceding the namespace name. Single cluster namespaces do not have the arrow preceding it.

In the screenshot below, replex and replex-ns are cross-cluster namespaces, while dev\_namespace is a single cluster namespace.

![Cross-Cluster and Single Cluster Namespaces](/files/-MdRnbdNChVJugLpeOlb)

In case a **Namespace** spans across multiple clusters, Replex will aggregate the cost metrics for all the resources that belong to that namespace in all clusters.&#x20;

Per cluster metrics for that namespace can be viewed by clicking on the arrow preceding each namespace name.&#x20;

![Cross Cluster Namespaces](/files/-MdRhgbx8GJ52helxXu3)

The screenshot above outlines cost metrics for the **replex** namespace across all clusters including **replex-1**, **replex-gke** and **replex- eks** etc.&#x20;

### Detailed Namespace View

Clicking on a single cluster namespace will take you to the [**Detailed Namespace View**](https://docs.replex.io/getting-started/cluster-dashboard#detailed-namespace-view). Read more about the charts and metrics provided on the detailed namespace view [here](https://docs.replex.io/getting-started/cluster-dashboard#detailed-namespace-view).

### Detailed Cross-Cluster Namespace View

Clicking on a cross-cluster namespace will take you to the **Detailed Cross Cluster Namespace View.**&#x20;

The **Detailed Cross-Cluster Namespace View** outlines aggregated metics for all instances of that namespace across all clusters.

![Detailed Cross-Cluster Namespace View](/files/-MdRqzKio-3UH5xRoTDv)

The **Cost Overview** section of the **Detailed Cross-Cluster Namespace View** outlines the  aggregated **Total Cost** of that namespace as well as the **Utilized Cost** for **RAM**, **CPU** and **Storage** for all instances of that namespace.

It also provides the **Idle Cost** of that cross-cluster namespace both as an absolute $ number as well as a percentage.

Finally, the **Cost Overview** section also outlines the **External Cost** of that cross-cluster namespace.

![Cost Overview](/files/-MdRrEdZv2rUJP8HKvSv)

The **Detailed Cross-Cluster Namespace View** also provides a cost breakdown for individual out of cluster resources allocated to the cross-cluster namespace. It outlines both the **Resource Type** as well as its cost for the time period chose&#x6E;**.**&#x20;

Cost breakdowns for external resources (out of cluster resources) can be viewed by clicking on **Show External Resources.**

![Cost Breakdown for External Resources](/files/-MdRriqOCKD_QQemJSRk)

In the section below the **Cost Overview**, the **Detailed Cross-Cluster Namespace View** outlines all instances of the namespace across all clusters as well as the cost metrics associated with  each instance.

![Cost Metrics for each Cross-Cluster Namespace Instance](/files/-MdRsU1K_Q28fvaY3bXH)

Next, on the **Detailed Cross-Cluster Namespace View** are two charts: **Allocated Cost Combined** and **Allocated Cost Detailed**.

**Allocated Cost Combined** is a cost progression chart for that instances of that namespace for the entire duration chosen.

The **Allocated Cost Detailed** chart dynamically groups the costs of the cross-cluster namespace on a weekly, daily or hourly basis, based on the duration chosen. &#x20;

The individual bars representing total cross-cluster namespace costs are broken down into **RAM**, **CPU,** **PVC** and **Node Disk Costs**, for a more informative and easy-to-understand cost analysis.

![Allocated Cost Combined and Allocated Cost Detailed](/files/-MdRtamBZNlb4ILrC4_l)


---

# 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://docs.replex.io/getting-started/namespace-dashboard.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.
