Class PrometheusMonitoringPluginDescriptor
java.lang.Object
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.monitoring.MonitoringDescriptor>
de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.monitoring.MonitoringDescriptor>
de.iip_ecosphere.platform.monitoring.prometheus.PrometheusMonitoringPluginDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.monitoring.MonitoringDescriptor>
public class PrometheusMonitoringPluginDescriptor
extends de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.monitoring.MonitoringDescriptor>
The JSL plugin descriptor for prometheus. Currently there is no need to hook in as monitoring is an additional
server, but this may change.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor.PluginSupplier<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor
createPluginMethods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
createPlugin, getFurtherIds, getId, getType, initId, initIds, initPluginClass, initPluginSupplier
-
Constructor Details
-
PrometheusMonitoringPluginDescriptor
public PrometheusMonitoringPluginDescriptor()Creates the descriptor via JSL.
-