Skip to content

Commit

Permalink
Align with latest repackaging of CacheMeterBinder in Micrometer
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 3, 2022
1 parent 2fec86a commit 4846be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

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;

Expand Down

0 comments on commit 4846be9

Please sign in to comment.