Uses of Interface
io.helidon.metrics.api.Registry
Packages that use Registry
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
Tools shared by endpoints serving Metrics.
-
Uses of Registry in io.helidon.metrics
Classes in io.helidon.metrics that implement Registry -
Uses of Registry in io.helidon.metrics.api
Classes in io.helidon.metrics.api that implement RegistryModifier and TypeClassDescriptionclassCommon behavior for any category (e.g., full-featured or no-op) metrics registry.Methods in io.helidon.metrics.api that return RegistryModifier and TypeMethodDescriptionRegistryFactory.getRegistry(MetricRegistry.Type type) Returns aMetricRegistryinstance of the requested type. -
Uses of Registry in io.helidon.metrics.serviceapi
Methods in io.helidon.metrics.serviceapi with parameters of type RegistryModifier and TypeMethodDescriptionstatic JsonObjectJSON for a single registry.static JsonObjectCreate JSON metric response for specified registries.static JsonObjectJsonFormat.jsonDataByName(Registry registry, String metricName) Create JSON metric response for specified metric in a specified registry.static JsonObjectCreate JSON metric metadata response for a single registry.static JsonObjectCreate JSON metric metadata response for specified registries.static StringPrometheusFormat.prometheusData(Registry... registries) Create Prometheus metric response for specified registries.static StringPrometheusFormat.prometheusDataByName(Registry registry, String metricName) Create Prometheus metric response for specified metric in a specified registry.