Class Tracer

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BaseEntity

public class Tracer extends OAuth2
访问链路跟踪
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Field Details

    • x_trace_id

      protected String x_trace_id
      当前主链ID
    • x_span_id

      protected String x_span_id
      调用者ID
    • x_child_id

      protected String x_child_id
      被调用者ID
    • x_local_ip

      protected String x_local_ip
      本地IP
    • x_remote_ip

      protected String x_remote_ip
      远程IP
    • x_remote_channel

      protected String x_remote_channel
      请求者渠道类型: 1-WEB, 2-APP, 3-钉钉,4-微信小程序,5-其他;
    • x_remote_terminal

      protected String x_remote_terminal
      请求者终端类型: 1-PC, 2-Android, 3-iPhone, 4-iPad, 5-WinPhone, 6-HarmonyOS,7-其他
    • x_remote_browser

      protected String x_remote_browser
      请求者浏览器信息: APP 原生则传系统版本
  • Constructor Details

    • Tracer

      public Tracer()