feat(forest): 增加接口访问指标

This commit is contained in:
2024-01-31 15:50:05 +08:00
parent ee22986d6f
commit 7a1f28b82b
2 changed files with 110 additions and 1 deletions

View File

@@ -2,4 +2,6 @@ forest:
backend: httpclient
timeout: 60000
log-enabled: false
interceptors: com.lanyuanxiaoyao.service.forest.configuration.SpringCloudDiscoveryInterceptor
interceptors:
- com.lanyuanxiaoyao.service.forest.configuration.SpringCloudDiscoveryInterceptor
- com.lanyuanxiaoyao.service.forest.configuration.MetricsInterceptor