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-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 28f00f20 🎨 remove unused code (#836)
28f00f20 is described below
commit 28f00f2014933e3211cb31efb9203dd168e61936
Author: songxiaosheng <[email protected]>
AuthorDate: Fri May 5 21:08:13 2023 +0800
🎨 remove unused code (#836)
* :memo: upgrade metrics doc
* :memo: upgrade metrics doc
* :bug: start need wait
* :art: remove unused code
---
.../src/main/resources/application.properties | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/4-governance/dubbo-samples-metrics-spring-boot/src/main/resources/application.properties
b/4-governance/dubbo-samples-metrics-spring-boot/src/main/resources/application.properties
index 0bb33f39..c500a319 100644
---
a/4-governance/dubbo-samples-metrics-spring-boot/src/main/resources/application.properties
+++
b/4-governance/dubbo-samples-metrics-spring-boot/src/main/resources/application.properties
@@ -10,8 +10,4 @@ server.port=18080
dubbo.application.name=metrics-provider
dubbo.registry.address=zookeeper://${ZOOKEEPER_ADDRESS:127.0.0.1}:2181
dubbo.metrics.protocol=prometheus
-#如果不使用spring-boot-actuator 可使用下面配置
#dubbo.metrics.enable-jvm-metrics=true
-#dubbo.metrics.prometheus.exporter.enabled=true
-#dubbo.metrics.prometheus.exporter.metrics-port=20888
-#prometheus.exporter.metrics.path=/prometheus
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]