Polish "Add support for configuring the path of disk space metrics"

See gh-27660
This commit is contained in:
Stephane Nicoll
2021-09-16 07:36:31 +02:00
parent 08251b26d0
commit b626adf1ee
4 changed files with 49 additions and 41 deletions

View File

@@ -22,7 +22,7 @@ import java.util.List;
import io.micrometer.core.instrument.MeterRegistry;
import io.micrometer.core.instrument.Tag;
import io.micrometer.core.instrument.binder.MeterBinder;
import io.micrometer.core.instrument.binder.jvm.DiskSpaceMetrics;
import io.micrometer.core.instrument.binder.system.DiskSpaceMetrics;
import org.springframework.util.Assert;