Uses of Interface
io.helidon.microprofile.metrics.MetricAnnotationDiscovery
Package
Description
Microprofile metrics specification implementation.
Interfaces optionally implemented by other components interested in key metrics processing events.
-
Uses of MetricAnnotationDiscovery in io.helidon.microprofile.metrics
Modifier and TypeInterfaceDescriptionstatic interface
Discovery of an annotation of interest on a constructor.static interface
Discovery of an annotation of interest on a method. -
Uses of MetricAnnotationDiscovery in io.helidon.microprofile.metrics.spi
Modifier and TypeMethodDescriptionvoid
MetricAnnotationDiscoveryObserver.onDiscovery
(MetricAnnotationDiscovery metricAnnotationDiscovery) Notifies the observer that a metric annotation has been discovered to apply to a constructor or method.void
MetricRegistrationObserver.onRegistration
(MetricAnnotationDiscovery discovery, Metadata metadata, MetricID metricId, Metric metric) Notifies the observer that a metric has been registered due to a metric annotation that applies to an executable.