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

    Interface SpanKindRule

    A rule mapping log field values to a SpanKind.

    interface SpanKindRule {
        kind: string;
        match: Record<string, string>;
    }
    Index

    Properties

    Properties

    kind: string

    SpanKind name: "Server", "Client", "Internal", "Producer", "Consumer", "Unspecified".

    match: Record<string, string>

    Dot-path → value pairs; all must match for the rule to apply.