Package org.forgerock.monitoring.api.instrument
package org.forgerock.monitoring.api.instrument
Common Monitoring API Core based on MicroMeter
-
ClassDescriptionUsed to measure absolute and relative time.The count accumulated to a histogram bucket.Used to measure the rate of change based on calls to increment.Fluent builder for counters.Track the sample distribution of events.Fluent builder for distribution summaries.Fluent builder for gauges.A measurement sampled from a meter.A counter, gauge, timer, or distribution summary that results collects one or more metrics.Fluent builder for custom meters.A meter is uniquely identified by its combination of name and tags.Custom meters may emit metrics like one of these types without implementing the corresponding interface.Creates and manages your application's set of meters.Access to configuration options for this registry.Additional, less commonly used meter types.Decorator for a meter registry.A description of the value contained in a measurement.Key/value pair representing a dimension of a meter used to classify and drill into measurements.An immutable collection of
Tags
.Fluent builder for time gauges.Timer intended to track of a large number of short running events.Fluent builder for timers.A precomputed percentile of a distribution.