Package 

Class OpenObserveTraceExtKt

    • Method Summary

      Modifier and Type Method Description
      final static OpenObserveTraceId fromHex(OpenObserveTraceId.Companion $self, String traceId) For OpenObserve internal use only.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromHex

         final static OpenObserveTraceId fromHex(OpenObserveTraceId.Companion $self, String traceId)

        For OpenObserve internal use only.

        Converts a hexadecimal string representation of a trace ID into a OpenObserveTraceId instance.

        Parameters:
        traceId - The hexadecimal string representation of the trace ID to be converted.