> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/automate-protect-and-extend/zh/ji-cheng-yu-api/prometheus-exporter.md).

# VergeOS Prometheus Exporter (ioMetrics)

## 概述

VergeOS Exporter 是一款监控工具，可从您的 VergeOS 环境中收集指标，并以 Prometheus 格式导出。它可让您了解 VSAN 分层、集群和节点的状态，从而实现对 VergeOS 基础设施的全面监控。

## 主要功能

* 用于存储性能监控的 VSAN 分层指标收集
* 用于了解分布式性能的集群级指标
* 用于详细基础设施分析的节点级指标
* 可轻松集成 Prometheus 及兼容的监控系统

## 文档和资源

如需安装说明、使用示例、配置选项以及可用指标完整列表，或要提交您在使用 Exporter 时遇到的问题，请访问官方 GitHub 仓库：

<https://github.com/verge-io/vergeos-exporter>

## 支持

如果您遇到问题或有功能需求，请在 GitHub 仓库中提交 issue

<https://github.com/verge-io/vergeos-exporter/issues>

## 其他资源

* [Prometheus 文档](https://prometheus.io/docs/introduction/overview/)
* [Grafana 文档](https://grafana.com/docs/)


---

# 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.verge.io/automate-protect-and-extend/zh/ji-cheng-yu-api/prometheus-exporter.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.
