다음을 통해 공유


TracingSpanKind type

범위의 종류입니다.

type TracingSpanKind =
  | "client"
  | "server"
  | "producer"
  | "consumer"
  | "internal"