This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 5aaf3fccc MetricGrpcExporterTimeOutInMills should be changed to
metricsPromExporterHos(#575) (#576)
5aaf3fccc is described below
commit 5aaf3fcccc38167362d6e6b5324979d91a3b6f60
Author: 城南少年与猫 <[email protected]>
AuthorDate: Mon Jul 24 08:45:19 2023 +0800
MetricGrpcExporterTimeOutInMills should be changed to
metricsPromExporterHos(#575) (#576)
Co-authored-by: fengbaichao <[email protected]>
---
versioned_docs/version-5.0/12-observability/01metrics.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-5.0/12-observability/01metrics.md
b/versioned_docs/version-5.0/12-observability/01metrics.md
index 04a5222ee..b06576c34 100644
--- a/versioned_docs/version-5.0/12-observability/01metrics.md
+++ b/versioned_docs/version-5.0/12-observability/01metrics.md
@@ -133,4 +133,4 @@ Prometheus exporter 仅支持 Pull 模式和 Cumulative 聚合,详见 [OpenTel
可选配置:
1. `metricsPromExporterPort`:Broker 暴露 metrics 服务的端口号,默认为 `5557`
-2. `metricGrpcExporterTimeOutInMills`:暴露 metrics 服务的主机名,默认为 Broker 向
NameServer 注册的地址,即 `brokerIP1`
+2. `metricsPromExporterHost`:暴露 metrics 服务的主机名,默认为 Broker 向 NameServer 注册的地址,即
`brokerIP1`