> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/synthetic-monitoring-overview/explore-the-platform/metrics/trends.md).

# Trends

The **Trends** view can be found at the bottom of the Check Details and provides check run statistics.

## Analyzing Trends <a href="#trends-analyzingtrends" id="trends-analyzingtrends"></a>

The *Trends* view allows you to compare trends over time for a number of metrics.

\
With trends, you get a view showing how the responses have been developing over time, as compared to a defined time period.

This allows you to detect developing variations in response times.

### Data Points <a href="#trends-datapoints" id="trends-datapoints"></a>

Pointing at a data point in the graph provides the check run date, name and response time.<br>

### Table <a href="#trends-table" id="trends-table"></a>

Data for previous runs are shown below the graph.

| **Row**            | **Description**                           |
| ------------------ | ----------------------------------------- |
| Samples            | The number of samples included.           |
| I                  | The number of checks with status Info.    |
| W                  | The number of checks with status Warning. |
| E                  | The number of checks with status Error.   |
| F                  | The number of checks with status Failure. |
| <p><br></p>        | <p><br></p>                               |
| Median             | Median response time.                     |
| Mean               | Average response time.                    |
| Min                | Minimum response time.                    |
| Max                | Maximum response time.                    |
| Standard Deviation | Standard deviation for response time.     |

On the right-hand side of the table, two columns show a comparison between average values and the most recent one.

| **Column** | **Description**                                    |
| ---------- | -------------------------------------------------- |
| Average    | The average value for the period.                  |
| Diff       | Difference between the last value and the average. |

<br>


---

# 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://docs.apica.io/platform-docs/synthetic-monitoring-overview/explore-the-platform/metrics/trends.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.
