Skip to content

Commit

Permalink
update AutomMQ markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed May 31, 2024
1 parent a39ced8 commit f7372b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integrations/AutoMQ/markdown/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ AuthMQ 官方文档提供了指标吐出方式以及和监控系统的整合方

## 推荐方式

建议采用 AutoMQ 文档中的方案二:使用 Prometheus OTLP Receiver 的方式,把所有的指标都收集到 OTel Collector 中,然后使用 Prometheus 或者 Categraf 直接去拉取数据即可。假如使用 Categraf,就是使用 prometheus 插件去拉取数据。配置举例
建议采用 AutoMQ 文档中的方案二:使用 Prometheus OTLP Receiver 的方式,把所有的指标都收集到 OTel Collector 中,然后使用 Prometheus 或者 Categraf 直接去拉取数据即可。假如使用 Categraf,就是使用 prometheus 插件去拉取数据,比如我们为 prometheus 插件提供一个单独的 automq.toml 的配置文件:`conf/input.prometheus/automq.toml` ,内容如下

```toml
interval = 15

[[instances]]
urls = [
"http://<otel-collector-ip>:<otel-collector-port>/metrics"
Expand Down

0 comments on commit f7372b1

Please sign in to comment.