Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricsUtil

        public MetricsUtil()
    • 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