dubbo traceID 实验7

This commit is contained in:
2025-11-06 17:07:06 +08:00
parent ddcdc4ccbc
commit d64b4d0fa1
15 changed files with 69 additions and 8 deletions

View File

@@ -1 +0,0 @@
DubboTraceIdFilter=com.czg.config.DubboTraceIdFilter

View File

@@ -0,0 +1 @@
traceIdFilter=com.czg.config.TraceIdFilter

View File

@@ -45,5 +45,8 @@ pagehelper:
support-methods-arguments: true
dubbo:
provider:
filter: traceIdFilter
consumer:
filter: traceIdFilter
check: false