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