> ## Documentation Index
> Fetch the complete documentation index at: https://metoro.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Advisor Overview

> Understand Metoro Advisor and the workflows it runs for your cluster

## Overview

Metoro Advisor continuously monitors your clusters to identify opportunities for resource optimization and inefficiencies. It operates through two main concepts:

1. **Suggestions**: Concrete recommendations and efficiency findings identified in your cluster
2. **Workflows**: Automated processes that scan clusters to generate suggestions

## Understanding Suggestions

Suggestions represent concrete optimization opportunities and resource-efficiency findings within your cluster components. Examples include:

* Services with excessive memory allocation
* Over-provisioned nodes with low utilization
* Services experiencing CPU throttling or repeated OOMs because resource settings need adjustment

Each suggestion is assigned attributes:

* **Severity** (Low to High): Helps prioritize follow-up
* **Attributes**: Identifying information (service name, namespace, etc.)
* **Measurements**: Quantitative data behind the suggestion

<Note>
  Severity levels help prioritize suggestions:

  * **Low**: Efficiency improvements (e.g., over-provisioned resources)
  * **Medium**: Performance impacts (e.g., CPU throttling)
  * **High**: Resource constraints requiring prompt attention
</Note>

## Workflows

Workflows are automated processes that continuously scan your clusters for suggestions.

* Run every 24 hours by default (midnight UTC)
* Analyze previous day's data
* Automatically close resolved suggestions and open new ones when detected
* Configurable parameters for your specific needs
* Can be triggered on demand

Metoro Advisor includes several built-in workflows:

* [Right-Sizing Workflow](/advisor/right-sizing): Optimizes resource allocation across your services
* More workflows coming soon...

## Managing Suggestions

### Suggestions View

The suggestions view lists all open and closed suggestions. You can apply filters, sort and search to identify the recommendations you'd like to act on first.

<img src="https://mintcdn.com/metoro/WUkDA8ZzUF2HFKec/images/issues-view.png?fit=max&auto=format&n=WUkDA8ZzUF2HFKec&q=85&s=0d5a938323ea53b83f40388c3e39e0e1" alt="Suggestions view interface" width="3456" height="1984" data-path="images/issues-view.png" />

Check out an example [Advisor Page](https://demo.us-east.metoro.io/issues?startEnd=\&service=)

### Suggestion Details

When clicking into a suggestion, you can view the data that the workflow used to generate it and a number of related metrics.

<img src="https://mintcdn.com/metoro/ZLKLeijcjMYiIwum/images/issue-details.png?fit=max&auto=format&n=ZLKLeijcjMYiIwum&q=85&s=3c9130a6a937fd1deafe292cb359b31c" alt="Suggestion details view" width="3456" height="1984" data-path="images/issue-details.png" />

In addition to the basic suggestion information, there's also a timeline view of all workflow runs that fired for this suggestion.
This allows you to spot recurrences and patterns.

<img src="https://mintcdn.com/metoro/ZLKLeijcjMYiIwum/images/issue-timeline.png?fit=max&auto=format&n=ZLKLeijcjMYiIwum&q=85&s=0be0a9103c764a0e1cb335ccb44a6459" alt="Suggestion timeline view" width="3456" height="1984" data-path="images/issue-timeline.png" />

### Workflow Configuration

Workflows come with sensible defaults, but you can adjust them to match your needs through workflow settings.

<img src="https://mintcdn.com/metoro/JQ7xkDXZJ0ErZc8O/images/workflow-settings.png?fit=max&auto=format&n=JQ7xkDXZJ0ErZc8O&q=85&s=f04a94656c90a017401c4e069d67168a" alt="Workflow settings interface" width="3456" height="1984" data-path="images/workflow-settings.png" />

### Suggestion Muting

Control which suggestions you want to track:

1. Find an example suggestion
2. Click "Mute Similar"
3. Select attributes to mute (e.g., development environment)
4. Apply mute rule

This is particularly useful for:

* Development environments with expected low utilization
* Known exceptions to standard rules
* Temporary suppressions during maintenance

<img src="https://mintcdn.com/metoro/ZLKLeijcjMYiIwum/images/issue-muting.png?fit=max&auto=format&n=ZLKLeijcjMYiIwum&q=85&s=04074c2466b210758c91756c230b0ccd" alt="Suggestion muting interface" width="3456" height="1984" data-path="images/issue-muting.png" />
