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
Marker interface for Micronaut Registry features.
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.projectgen.core.feature.Feature
apply, getDescription, getFrameworkDocumentation, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFeature
- Returns:
- The Category to which the feature belongs to.
-
getTitle
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
getImplementationName
String getImplementationName()
-