提交 0c71ca1d authored 作者: Matrix's avatar Matrix

refactor(链路监控): 删除KoTime,计划使用普罗米修斯

上级 4bc7780c
...@@ -464,13 +464,6 @@ ...@@ -464,13 +464,6 @@
<artifactId>spring-boot-admin-starter-client</artifactId> <artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.1.0</version> <version>2.1.0</version>
</dependency> </dependency>
<!--Java方法链路追踪-->
<dependency>
<groupId>cn.langpy</groupId>
<artifactId>ko-time</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -15,7 +15,4 @@ spring.jackson.time-zone=GMT+8 ...@@ -15,7 +15,4 @@ spring.jackson.time-zone=GMT+8
file.path=/Users/zjm/code/test-tu/ file.path=/Users/zjm/code/test-tu/
preview.path=http://192.168.102.169:8087/file/ preview.path=http://192.168.102.169:8087/file/
useBlockcha=true useBlockcha=true
spring.jpa.hibernate.use-new-id-generator-mappings=false spring.jpa.hibernate.use-new-id-generator-mappings=false
\ No newline at end of file
# 方法性能链路追踪配置
ko-time.pointcut=execution(* com.tykj.dev.device.confirmcheck..*(..))
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论