# Metrics

This page allows to plot graphs of methods invocations and other key-value metrics.&#x20;

For methods graphs, you need to select the <mark style="color:blue;">`Method`</mark> option in the <mark style="color:blue;">`Metric Type`</mark> field. Next in the <mark style="color:blue;">`Class`</mark> field, you need to specify a pattern for the class name you search for. You must specify at least three characters to retrieve a list of classes whose names contain the specified characters. The pattern you specify will be sought in the class names only, without the package part. If you select one of the classes, a list of its methods will be retrieved.

<figure><img src="/files/w8rH36vWmWNGqXClxq4x" alt=""><figcaption><p>Metrics Form</p></figcaption></figure>

For key-value graphs, you need to select the <mark style="color:blue;">`Key-Value`</mark> option in the <mark style="color:blue;">`Metric Type`</mark> field. Next in the <mark style="color:blue;">`Key`</mark> field you need to specify a pattern to search for in the available metrics. You need to specify at least three characters to retrieve a list of the metrics keys.


---

# 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.flopsar.com/5.1/user-guide/metrics.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.
