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 String
resolveInternalName(String publicName)
Resolves the internal name of the metric by the public name.static String
resolvePublicName(String internalName)
Resolves the public name of the metric by the internal name.
-