Uses of Interface
de.iip_ecosphere.platform.services.environment.metricsProvider.MetricsProvider.TimeSupplier
Packages that use MetricsProvider.TimeSupplier
Package
Description
This class aims to provide a prototypical implementation of the Meter
Interfaces from Micrometer-API, allowing a client process to access the Meter
values collected from a Service in a uniform way.
-
Uses of MetricsProvider.TimeSupplier in de.iip_ecosphere.platform.services.environment.metricsProvider
Methods in de.iip_ecosphere.platform.services.environment.metricsProvider with parameters of type MetricsProvider.TimeSupplierModifier and TypeMethodDescriptionstatic voidMetricsProvider.recordMsTime(de.iip_ecosphere.platform.support.metrics.Timer timer, MetricsProvider.TimeSupplier timeSupplier, Runnable function) Record milliseconds time.static voidMetricsProvider.recordNsTime(de.iip_ecosphere.platform.support.metrics.Timer timer, MetricsProvider.TimeSupplier timeSupplier, Runnable function) Record nanoseconds time.