Class JvmMetricsProducer


  • public class JvmMetricsProducer
    extends Producer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stop()
      Lifecycle method called when the Cinnamon Backends are stopped, to enable cleanup of any resources acquired by the producer.
      • Methods inherited from class java.lang.Object

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

      • JvmMetricsProducer

        public JvmMetricsProducer​(Backends backends)
    • Method Detail

      • stop

        public void stop()
        Description copied from class: Producer
        Lifecycle method called when the Cinnamon Backends are stopped, to enable cleanup of any resources acquired by the producer.
        Specified by:
        stop in class Producer