# Trends

## Trends Page

**Trends page** shows governance information about issues discovered, remediation, trends, etc.

It can be accessed through **Governance >> Trends** at the Navigation Bar.

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

## Overall Metrics

Top panel shows different **metrics** by "period" (last month, last 3 months, last 6 months and last year)

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

* **Total Issues** is the number of Total Open issues at present date.
* **New Issues** is the number of New Issues (i.e. opened) at present date.
* **Exposure Window** is the elapsed time between the creation of an issue and present date (this metric only applies to open issues). **Mean Exposure Window** is the arithmetic mean of all the open issues' exposure window.
* **Time to Resolve** is the elapsed time between the creation and closing of an issue (this metric only applies to closed issues). **Mean Time to Resolve** is the arithmetic mean of all closed issues' time to resolve.

{% hint style="info" %}
Every displayed metric shows **comparison (in total and %) relative to previous period.**
{% endhint %}

### Cumulative Pending Issues

Cumulative Pending Issues chart shows information about **evolution** of issues.

Being **X-axis** the **timeline** of the select period, **left Y-axis** indicates the **Number of New / Resolved issues** and **right Y-axis** indicates the **Number of Open issues**.

<figure><img src="/files/1i3wJ4eP9j8qaEcF1y20" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can hoover the mouse over a the chart to get detailed information of total, new and resolved issues at a certain time.
{% endhint %}

### Impact of Anomalous Activities

Impact of Anomalous Activities chart displays information about frequency of anomalous activities (Critical File Changes and Suspicious Activity)

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

{% hint style="info" %}
See [Anomaly Detection](/xygeni-products/anomaly-detection.md) , [Code Tampering Scanner](/xygeni-products/anomaly-detection/code-tampering-scanner.md) and [Xygeni Sensors](/xygeni-products/anomaly-detection/xygeni-sensors.md) for further information.
{% endhint %}

### Issues Exposure Window

Issues Exposure Window chart displays information about the number of issues at a certain date falling into three Exposure Window thresholds (<15d, 15-30d and >30d)

<figure><img src="/files/vta1ZPTCgNxxQu5HfUMc" alt="" width="413"><figcaption></figcaption></figure>

### Issues Time to Resolve

Issues Time to Resolve chart displays information about the number of issues at a certain date falling into three Time-To-Resolve thresholds (<15d, 15-30d and >30d)

<figure><img src="/files/6E50VlBbKSRljv6YaQSm" alt="" width="412"><figcaption></figcaption></figure>

### Metrics by Group

**Metrics By Group** table displays metrics for a group of projects. Grouping is based on Projects' Properties. You can select the grouping property and it will display all the property's values with metrics of all the corresponding projects.

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

{% hint style="info" %}
See [Overall metrics](#overall-metrics) for a description of every metric.
{% endhint %}


---

# 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.xygeni.io/introduction-to-xygeni/reports/trends.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.
