Interface MicrometerRegistryFeature

All Superinterfaces:
io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
All Known Implementing Classes:
AppOptics, Atlas, AzureMonitor, CloudWatch, DataDog, Dynatrace, Elastic, Ganglia, Graphite, Humio, Influx, Jmx, Kairos, NewRelic, OracleCloud, Prometheus, PrometheusPushGateway, Signalfx, Stackdriver, Statsd, Wavefront

public interface MicrometerRegistryFeature extends Feature
Marker interface for Micronaut Registry features.
  • Method Details

    • getCategory

      default String getCategory()
      Specified by:
      getCategory in interface Feature
      Returns:
      The Category to which the feature belongs to.
    • getTitle

      default String getTitle()
      Specified by:
      getTitle in interface Feature
      Returns:
      The title of the feature
    • getName

      default String getName()
      Description copied from interface: Feature
      The name of the feature. It must be unique.
      Specified by:
      getName in interface Feature
      Specified by:
      getName in interface io.micronaut.core.naming.Named
      Returns:
      the name of the feature
    • getImplementationName

      String getImplementationName()