Package org.apache.zookeeper.metrics
-
Interface Summary Interface Description Counter A counter refers to a value which can only increase.Gauge A Gauge is an application provided object which will be called by the framework in order to sample the value of an integer value.MetricsContext A MetricsContext is like a namespace for metrics.MetricsProvider A MetricsProvider is a system which collects Metrics and publishes current values to external facilities.Summary Summaries track the size and number of events.SummarySet Summaries track the size and number of events. -
Enum Summary Enum Description MetricsContext.DetailLevel -
Exception Summary Exception Description MetricsProviderLifeCycleException A generic exception thrown during the licecycle of a MetricsProvider.