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
    Constructor
    Description
    Creates the descriptor via JSL.
  • Method Summary

    Methods inherited from class de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor

    createPlugin

    Methods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor

    createPlugin, getFurtherIds, getId, getType, initId, initIds, initPluginClass, initPluginSupplier

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrometheusMonitoringPluginDescriptor

      public PrometheusMonitoringPluginDescriptor()
      Creates the descriptor via JSL.