Uses of Interface
de.iip_ecosphere.platform.services.environment.UpdatingMonitoringService
Packages that use UpdatingMonitoringService
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 UpdatingMonitoringService in de.iip_ecosphere.platform.services.environment.metricsProvider
Fields in de.iip_ecosphere.platform.services.environment.metricsProvider with type parameters of type UpdatingMonitoringServiceModifier and TypeFieldDescriptionprivate List<UpdatingMonitoringService> MetricsProvider.updatersMethods in de.iip_ecosphere.platform.services.environment.metricsProvider with parameters of type UpdatingMonitoringServiceModifier and TypeMethodDescriptionvoidMetricsProvider.addService(UpdatingMonitoringService service) Adds a service to be updated regularly regarding its monitoring data.