Package 

Class DatadogTraceExtKt

    • Method Summary

      Modifier and Type Method Description
      final static DatadogTraceId fromHex(DatadogTraceId.Companion $self, String traceId) For Datadog 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 DatadogTraceId fromHex(DatadogTraceId.Companion $self, String traceId)

        For Datadog internal use only.

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

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