Class MetricsUtil
java.lang.Object
org.camunda.bpm.engine.impl.metrics.util.MetricsUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
MetricsUtil
public MetricsUtil()
-
-
Method Details
-
resolveInternalName
Resolves the internal name of the metric by the public name.- Parameters:
publicName
- the public name- Returns:
- the internal name
-
resolvePublicName
Resolves the public name of the metric by the internal name.- Parameters:
internalName
- the internal name- Returns:
- the public name
-