Update spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java

Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com>
This commit is contained in:
Marcin Grzejszczak
2021-02-19 08:38:34 +01:00
committed by Marcin Grzejszczak
parent 8ffcb70065
commit a6fa758391

View File

@@ -87,7 +87,7 @@ import static com.wavefront.sdk.common.Constants.SPAN_LOG_KEY;
* While in practice this is not a problem, it is worth mentioning that this convention
* will only only result in RFC 4122 timestamp (version 1) format by accident. In other
* words, don't call {@link UUID#timestamp()} on UUIDs converted here, or in other
* Wavefront code, as it might throw.
* Wavefront code, as it might throw an exception.
*
* @since 3.1.0
*/