Class MetricsUtil
- java.lang.Object
-
- org.camunda.bpm.engine.impl.metrics.util.MetricsUtil
-
public class MetricsUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description MetricsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringresolveInternalName(String publicName)Resolves the internal name of the metric by the public name.static StringresolvePublicName(String internalName)Resolves the public name of the metric by the internal name.
-