Package org.eclipse.microprofile.metrics


@Version("1.0") package org.eclipse.microprofile.metrics
  • Class
    Description
    An incrementing and decrementing 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.
    A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
    An object which maintains mean and exponentially-weighted rate.
    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.
    The registry that stores metrics and their metadata.
    An enumeration representing the scopes of the MetricRegistry
    An enumeration representing the different types of metrics.
    Standard units constants for metric's Metadata.
    An object which samples values.
    A statistical snapshot of a Snapshot.
    A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via Meter.
    A timing context.