修改 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

@@ -50,3 +50,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

@@ -51,3 +51,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

@@ -51,3 +51,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

@@ -7,16 +7,6 @@ spring:
profiles:
active: dev
# 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