修改 traceId 配置

This commit is contained in:
gong
2025-10-30 18:20:54 +08:00
parent df4810d64a
commit aa36ee79a1
20 changed files with 165 additions and 49 deletions

View File

@@ -49,3 +49,14 @@ seata:
server-addr: 121.40.109.122:8848
namespace:
group: group_seata
# TraceID
management:
tracing:
enabled: true
sampling:
probability: 1.0 # 100% 采样,生产可降低
zipkin:
tracing:
endpoint: http://192.168.1.42:9411/api/v2/spans

View File

@@ -54,3 +54,14 @@ seata:
namespace:
group: group_seata
# TraceID
management:
tracing:
enabled: true
sampling:
probability: 1.0 # 100% 采样,生产可降低
zipkin:
tracing:
endpoint: http://121.40.109.122:9411/api/v2/spans

View File

@@ -54,3 +54,14 @@ seata:
namespace:
group: group_seata
# TraceID
management:
tracing:
enabled: true
sampling:
probability: 1.0 # 100% 采样,生产可降低
zipkin:
tracing:
endpoint: http://192.168.1.42:9411/api/v2/spans

View File

@@ -8,16 +8,6 @@ spring:
active: dev
include: tools
# TraceID
management:
tracing:
enabled: true
sampling:
probability: 1.0 # 100% 采样,生产可降低
zipkin:
tracing:
endpoint: http://192.168.1.42:9411/api/v2/spans
logging:
config: classpath:logback.xml