Uses of Interface
io.helidon.metrics.api.Wrapper
Packages that use Wrapper
Package
Description
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.
-
Uses of Wrapper in io.helidon.metrics.api
Subinterfaces of Wrapper in io.helidon.metrics.apiModifier and TypeInterfaceDescriptioninterfaceRepresentation of a histogram bucket, including the boundary value and the count of observations in that bucket.interfaceReports absolute time (and, therefore, is also useful in computing elapsed times).interfaceRecords a monotonically increasing value.interfaceConfiguration which controls the behavior of distribution statistics from meters that support them (for example, timers and distribution summaries).static interfaceBuilder for a newDistributionStatisticsConfiginstance.interfaceRecords a distribution of values (e.g., sizes of responses returned by a server).interfaceA read-only counter which wraps some other object that provides the counter value via a function.interfaceMeasures a value that can increase or decrease and is updated by external logic, not by explicit invocations of methods on this type.interfaceSnapshot in time of a histogram.interfaceCommon behavior of all meters.interfaceManages the look-up and registration of meters.interfaceBehavior of a tag for further identifying meters.interfaceRecords timing information about large numbers of short-running events (e.g., HTTP requests).interfacePercentile and value at that percentile within a distribution.