Package org.miaixz.bus.base.entity
Class Tracer
java.lang.Object
org.miaixz.bus.base.entity.Entity
org.miaixz.bus.base.entity.OAuth2
org.miaixz.bus.base.entity.Tracer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseEntity
访问链路跟踪
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String被调用者IDprotected String本地IPprotected String请求者浏览器信息: APP 原生则传系统版本protected String请求者渠道类型: 1-WEB, 2-APP, 3-钉钉,4-微信小程序,5-其他;protected String远程IPprotected String请求者终端类型: 1-PC, 2-Android, 3-iPhone, 4-iPad, 5-WinPhone, 6-HarmonyOS,7-其他protected String调用者IDprotected String当前主链IDFields inherited from class org.miaixz.bus.base.entity.OAuth2
x_app_id, x_device_id, x_duty_id, x_extension, x_org_id, x_role_id, x_tenant_id, x_user_id, x_user_name -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x_trace_id
当前主链ID -
x_span_id
调用者ID -
x_child_id
被调用者ID -
x_local_ip
本地IP -
x_remote_ip
远程IP -
x_remote_channel
请求者渠道类型: 1-WEB, 2-APP, 3-钉钉,4-微信小程序,5-其他; -
x_remote_terminal
请求者终端类型: 1-PC, 2-Android, 3-iPhone, 4-iPad, 5-WinPhone, 6-HarmonyOS,7-其他 -
x_remote_browser
请求者浏览器信息: APP 原生则传系统版本
-
-
Constructor Details
-
Tracer
public Tracer()
-