Uses of Package
de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentation
Packages that use de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentation
Package
Description
Meter representations.
-
Classes in de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentation used by de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentationClassDescriptionThis class aims to provide a prototypical implementation of the Meter Interface from Micrometer-API, allowing a client process to access the Meter values collected from a Service in a uniform way.
Even though the methods are functional and will indeed offer an accurate implementation of the metric we are simulating with this prototype, it is highly recommended that an instance of this class is used solely to access data and not to modify it, as the changes will not be registered in any sort of registry under normal circumstances, and this will alter the read values of the actual metrics.