Align with latest repackaging of CacheMeterBinder in Micrometer

See gh-30014
This commit is contained in:
Andy Wilkinson 2022-03-03 15:44:12 +00:00
parent 2fec86a551
commit 4846be9506

View File

@ -18,11 +18,11 @@ package org.springframework.boot.actuate.metrics.cache;
import java.util.concurrent.TimeUnit;
import io.micrometer.binder.cache.CacheMeterBinder;
import io.micrometer.core.instrument.FunctionCounter;
import io.micrometer.core.instrument.MeterRegistry;
import io.micrometer.core.instrument.Tag;
import io.micrometer.core.instrument.TimeGauge;
import io.micrometer.core.instrument.binder.cache.CacheMeterBinder;
import org.springframework.data.redis.cache.RedisCache;