Uses of Interface
de.iip_ecosphere.platform.services.environment.UpdatingMonitoringService
-
Packages that use UpdatingMonitoringService Package Description de.iip_ecosphere.platform.services.environment.metricsProvider 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 UpdatingMonitoringService in de.iip_ecosphere.platform.services.environment.metricsProvider
Fields in de.iip_ecosphere.platform.services.environment.metricsProvider with type parameters of type UpdatingMonitoringService Modifier and Type Field Description private java.util.List<UpdatingMonitoringService>MetricsProvider. updatersMethods in de.iip_ecosphere.platform.services.environment.metricsProvider with parameters of type UpdatingMonitoringService Modifier and Type Method Description voidMetricsProvider. addService(UpdatingMonitoringService service)Adds a service to be updated regularly regarding its monitoring data.
-