View Source Opencensus.Proto.Trace.V1.Span.Attributes (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Opencensus.Proto.Trace.V1.Span.Attributes{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  attribute_map: %{
    optional(String.t()) => Opencensus.Proto.Trace.V1.AttributeValue.t() | nil
  },
  dropped_attributes_count: integer()
}