View Source Opencensus.Proto.Trace.V1.Span.Link (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Opencensus.Proto.Trace.V1.Span.Link{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  attributes: Opencensus.Proto.Trace.V1.Span.Attributes.t() | nil,
  span_id: binary(),
  trace_id: binary(),
  tracestate: Opencensus.Proto.Trace.V1.Span.Tracestate.t() | nil,
  type: Opencensus.Proto.Trace.V1.Span.Link.Type.t()
}