Class MeterRegistryProvider

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class MeterRegistryProvider
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      MeterRegistryProvider​(org.gradle.api.logging.Logger log, java.lang.String uriString, java.lang.String username, java.lang.String password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      io.micrometer.core.instrument.MeterRegistry registry()  
      • Methods inherited from class java.lang.Object

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

      • MeterRegistryProvider

        public MeterRegistryProvider​(org.gradle.api.logging.Logger log,
                                     java.lang.String uriString,
                                     java.lang.String username,
                                     java.lang.String password)
    • Method Detail

      • registry

        public io.micrometer.core.instrument.MeterRegistry registry()
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception