Class IoTDBMetricsUtils


  • public class IoTDBMetricsUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String generatePath​(java.lang.String name, java.lang.String... tags)
      Generate the path of metric with tags array.
      static java.lang.String generatePath​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.String> tags)
      Generate the path of metric with tags map.
      static java.lang.String generatePath​(MetricInfo metricInfo)
      Generate the path of metric by metricInfo.
      • Methods inherited from class java.lang.Object

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

      • IoTDBMetricsUtils

        public IoTDBMetricsUtils()
    • Method Detail

      • generatePath

        public static java.lang.String generatePath​(MetricInfo metricInfo)
        Generate the path of metric by metricInfo.
      • generatePath

        public static java.lang.String generatePath​(java.lang.String name,
                                                    java.lang.String... tags)
        Generate the path of metric with tags array.
      • generatePath

        public static java.lang.String generatePath​(java.lang.String name,
                                                    java.util.Map<java.lang.String,​java.lang.String> tags)
        Generate the path of metric with tags map.