log2trace-ui - v1.0.0-RC1
    Preparing search index...

    Enumeration SpanKind

    SpanKind is the type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.

    Index

    Enumeration Members

    Client: 3

    Indicates that the span describes a request to some remote service.

    Consumer: 5

    Indicates that the span describes consumer receiving a message from a broker.

    Internal: 1

    Indicates that the span represents an internal operation within an application.

    Producer: 4

    Indicates that the span describes a producer sending a message to a broker.

    Server: 2

    Indicates that the span covers server-side handling of an RPC or other remote network request.

    Unspecified: 0

    Unspecified. Do NOT use as default.