This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4f61001cc2 Update dubbo-32-release.md
4f61001cc2 is described below
commit 4f61001cc295a7288c7cfa2e4c9d995c2076213d
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun May 7 20:46:39 2023 +0800
Update dubbo-32-release.md
---
content/en/blog/news/dubbo-32-release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/blog/news/dubbo-32-release.md
b/content/en/blog/news/dubbo-32-release.md
index 00ecaa7f70..a2faf1938a 100644
--- a/content/en/blog/news/dubbo-32-release.md
+++ b/content/en/blog/news/dubbo-32-release.md
@@ -69,7 +69,7 @@ In terms of metrics, we use Micrometer to greatly increase
the buried points of

-For all users, only need to upgrade to Dubbo 3.2 version and add
dubbo-spring-boot-observability-starter dependency to get Metrics capability.
After the application starts, relevant indicators will be exposed under the
metrics command of Dubbo QoS, which can be obtained locally through
[http://127.0.0.1:22222/metrics](http://127.0.0.1:22222/metrics). In addition,
for users who use Spring Actuator, Dubbo will also expose these data by default.
+For all users, only need to upgrade to Dubbo 3.2 version and add
dubbo-spring-boot-observability-starter dependency to get Metrics capability.
After the application starts, relevant indicators will be exposed under the
metrics command of Dubbo QoS, which can be obtained locally through
`http://127.0.0.1:22222/metrics`. In addition, for users who use Spring
Actuator, Dubbo will also expose these data by default.
### Tracing