Uses of Package
org.eclipse.microprofile.metrics
Packages that use org.eclipse.microprofile.metrics
-
Classes in org.eclipse.microprofile.metrics used by org.eclipse.microprofile.metricsClassDescriptionAn incrementing counter metric.An interface for metric types which have counts.A gauge metric is an instantaneous reading of a particular value.A metric which calculates the distribution of a value.Bean holding the metadata of one single metric.The
Metadatabuilder.A tag interface to indicate that a class is a metric.A filter used to determine whether or not a metric should be reported, among other things.A unique identifier forMetricandMetadatathat are registered in theMetricRegistryThe MetricID contains:Name: (Required) The name of the metric.Tags: (Optional) The tags (represented byTagobjects) of the metric.Deprecated.An object which samples values.A statistical snapshot of aSnapshot.Represents a cumulative histogram bucket at the moment it was sampled from the Snapshot.Represents a percentile and its value at the moment it was sampled from the Snapshot.Tag represents a singular metric tag key and value pair.A timer metric which aggregates timing durations and provides duration statisticsA timing context.
MetricRegistry.APPLICATION_SCOPE,MetricRegistry.BASE_SCOPEorMetricRegistry.VENDOR_SCOPEwithRegistryScopeinstead.