次の方法で共有


TracingSpanKind type

スパンの種類。

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