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, processSelectedFeatures
default boolean supports(ApplicationType applicationType)
Feature
@NonNull default java.lang.String getName()
Feature
default java.lang.String getCategory()
getCategory
in interface Feature
Category
to which the feature belongs to.default java.lang.String getMicronautDocumentation()
getMicronautDocumentation
in interface Feature
default java.lang.String getThirdPartyDocumentation()
getThirdPartyDocumentation
in interface Feature