Class SimpleServiceMetricType

    • Constructor Detail

      • SimpleServiceMetricType

        public SimpleServiceMetricType​(String name,
                                       String serviceName)
    • Method Detail

      • name

        public String name()
        Description copied from interface: MetricType
        Non-null name of the metric type. Used to uniquely identify the metric type. Therefore, the name returned must be globally unique across all metric types that implement this interface.
        Specified by:
        name in interface MetricType
        Specified by:
        name in class SimpleMetricType