Class IoTDBInternalReporter

    • Constructor Detail

      • IoTDBInternalReporter

        public IoTDBInternalReporter()
    • Method Detail

      • addAutoGauge

        public void addAutoGauge​(AutoGauge autoGauge,
                                 String name,
                                 String... tags)
        Add autoGauge into internal reporter.
        Parameters:
        autoGauge - autoGauge
        name - the name of autoGauge
        tags - the tags of autoGauge
      • addAutoGauge

        public void addAutoGauge​(Map<MetricInfo,​IMetric> gauges)
        Add autoGauges into internal reporter.
        Parameters:
        gauges - the map of autoGauge
      • clear

        public void clear()
        Clear all autoGauges.