Class SuggestionsUpdater

    • Constructor Detail

      • SuggestionsUpdater

        public SuggestionsUpdater()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • instrument

        public void instrument​(Optional<MeterRegistryAdapter> metricsRegistryAdapter,
                               Iterable<io.micrometer.core.instrument.Tag> tags)
        Description copied from interface: Instrumentable
        Optional meter registry (adapter that gives access to the actual meter-registry). If not available, no metrics should be measured.
        Specified by:
        instrument in interface Instrumentable
        tags - these "standard" tags should be used for all added sensors. More tags can be added.