Package org.apache.iotdb.metrics.utils
Class IoTDBMetricsUtils
- java.lang.Object
-
- org.apache.iotdb.metrics.utils.IoTDBMetricsUtils
-
public class IoTDBMetricsUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description IoTDBMetricsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgeneratePath(String name, String... tags)Generate the path of metric with tags array.static StringgeneratePath(String name, Map<String,String> tags)Generate the path of metric with tags map.static StringgeneratePath(MetricInfo metricInfo)Generate the path of metric by metricInfo.
-
-
-
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.
-
-