Package de.cxp.ocs.smartsuggest.updater
Class SuggestionsUpdater
- java.lang.Object
-
- de.cxp.ocs.smartsuggest.updater.SuggestionsUpdater
-
- All Implemented Interfaces:
Instrumentable,Runnable
public class SuggestionsUpdater extends Object implements Runnable, Instrumentable
-
-
Constructor Summary
Constructors Constructor Description SuggestionsUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinstrument(Optional<MeterRegistryAdapter> metricsRegistryAdapter, Iterable<io.micrometer.core.instrument.Tag> tags)Optional meter registry (adapter that gives access to the actual meter-registry).voidrun()
-
-
-
Method Detail
-
instrument
public void instrument(Optional<MeterRegistryAdapter> metricsRegistryAdapter, Iterable<io.micrometer.core.instrument.Tag> tags)
Description copied from interface:InstrumentableOptional meter registry (adapter that gives access to the actual meter-registry). If not available, no metrics should be measured.- Specified by:
instrumentin interfaceInstrumentabletags- these "standard" tags should be used for all added sensors. More tags can be added.
-
-