Class IoTDBInternalReporter

    • Constructor Detail

      • IoTDBInternalReporter

        public IoTDBInternalReporter()
    • Method Detail

      • addAutoGauge

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

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

        public java.util.Map<MetricInfo,​IMetric> getAllAutoGauge()
        Get all autoGauges.
      • clear

        public void clear()
        Clear all autoGauges.