Class SpanNameUtil
- java.lang.Object
-
- org.springframework.cloud.sleuth.internal.SpanNameUtil
-
public final class SpanNameUtil extends Object
Utility class that provides the name in hyphen based notation.- Since:
- 1.0.2
- Author:
- Adrian Cole
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
shorten(String name)
static String
toLowerHyphen(String name)
-