# Metrics指标

PrometheusAlert默认支持Metrics，可通过Prometheus进行收集指标信息，目前该功能处于测试阶段，欢迎体验及提供建议。

目前的metric指标有以下：

* `alers_from_count` 接收到的告警消息来源count指标
* `alers_to_count` 发送出去的告警消息count指标


---

# 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://feiyu563.gitbook.io/prometheusalert/base-install/base-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.
