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