forked from DataDog/dd-trace-java
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 新增 tracerResponseBodyBlackListUrls 配置项(-Ddd.trace.request.body.blacklist.urls 多个url用区分) - 实现响应体黑名单逻辑,避免特定 URL 的响应体被追踪 - 优化请求和响应体的处理流程,提高性能 - 优化spring-webmvc-6.0 的响应体返回逻辑
- Loading branch information
liurui
committed
Jan 20, 2025
1 parent
f326ddd
commit 1202fe0
Showing
4 changed files
with
219 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.