public interface OpenTelemetryFeature extends Feature
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getCategory() |
default java.lang.String |
getMicronautDocumentation() |
default java.lang.String |
getName()
The name of the feature.
|
default java.lang.String |
getThirdPartyDocumentation() |
default boolean |
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
application types.
|
apply, getDescription, getOrder, getTitle, isCommunity, isPreview, isVisible, processSelectedFeaturesdefault boolean supports(ApplicationType applicationType)
Feature@NonNull default java.lang.String getName()
Featuredefault java.lang.String getCategory()
getCategory in interface FeatureCategory to which the feature belongs to.default java.lang.String getMicronautDocumentation()
getMicronautDocumentation in interface Featuredefault java.lang.String getThirdPartyDocumentation()
getThirdPartyDocumentation in interface Feature