Uses of Interface
io.helidon.webserver.servicecommon.FeatureSupport
Packages that use FeatureSupport
Package
Description
Support for Micrometer in Helidon SE.
Support for Prometheus client endpoint.
Helidon WebServer Services Common.
-
Uses of FeatureSupport in io.helidon.integrations.micrometer
Classes in io.helidon.integrations.micrometer that implement FeatureSupportModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of FeatureSupport in io.helidon.metrics.prometheus
Classes in io.helidon.metrics.prometheus that implement FeatureSupportModifier and TypeClassDescriptionfinal classSupport for Prometheus client endpoint. -
Uses of FeatureSupport in io.helidon.webserver.servicecommon
Classes in io.helidon.webserver.servicecommon that implement FeatureSupportModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.feature specific CORS configuration is deprecated and will be removed; use either config based CORS setup (configuration keycors, or programmatic setup using theio.helidon.webserver.cors.CorsFeatureserver feature; reason for existence of this class was CORS configuration - as this is now not needed, this class will most likely be removed in a future version of Helidon; implement anHttpFeaturedirectly instead
/metricsendpoint and configuration instead of/micrometer.