OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for MessagingOperationValues enum definition

    A string identifying the kind of message consumption as defined in the Operation names section above. If the operation is "send", this attribute MUST NOT be set, since the operation can be inferred from the span kind in that case.

    Use the MESSAGINGOPERATIONVALUES_XXXXX constants rather than the MessagingOperationValues.XXXXX for bundle minification.

    type MessagingOperationValues = {
        PROCESS: "process";
        RECEIVE: "receive";
    }
    Index
    PROCESS: "process"

    process.

    RECEIVE: "receive"

    receive.