Class IoTDBMetricsUtils


  • public class IoTDBMetricsUtils
    extends Object
    • Constructor Detail

      • IoTDBMetricsUtils

        public IoTDBMetricsUtils()
    • Method Detail

      • generatePath

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

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

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