Class MetricsObserveProvider
java.lang.Object
io.helidon.webserver.observe.metrics.MetricsObserveProvider
- All Implemented Interfaces:
ConfiguredProvider<Observer>,ConfiguredProvider<Observer>,ObserveProvider
Deprecated.
ServiceLoader provider implementation for metrics observe provider.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.config.ConfiguredProvider
createMethods inherited from interface io.helidon.webserver.observe.spi.ObserveProvider
type
-
Constructor Details
-
MetricsObserveProvider
Deprecated.only forServiceLoaderDefault constructor required byServiceLoader. Do not use.
-
-
Method Details
-
configKey
Deprecated.Description copied from interface:ObserveProviderConfiguration key of this provider. The following keys must be honored by Observe support:enabled- enable/disable the serviceendpoint- endpoint, if starts with/then absolute, otherwise relative to observe endpointcors- CORS setup for this endpoint
- Specified by:
configKeyin interfaceConfiguredProvider<Observer>- Specified by:
configKeyin interfaceConfiguredProvider<Observer>- Specified by:
configKeyin interfaceObserveProvider- Returns:
- configuration key of this provider (such as
health)
-
create
Deprecated.Description copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.API Note: the default method implementation is provided for backward compatibility and will be removed in the next major version
- Specified by:
createin interfaceConfiguredProvider<Observer>- Parameters:
config- located atConfiguredProvider.configKey()nodename- name of the configured implementation- Returns:
- a new instance created from this config node
-
ServiceLoader