Skip navigation links
Microprofile-Metrics 2017.12.1
A C D E F G H I J M O P R S T U V W 

A

activate(ServiceActivatorContext) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsServiceActivator
 
AMetricRegistryFactory - Class in org.wildfly.swarm.microprofile.metrics.deployment
 
AMetricRegistryFactory() - Constructor for class org.wildfly.swarm.microprofile.metrics.deployment.AMetricRegistryFactory
 

C

Clock - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
An abstraction for how time passes.
Clock() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.Clock
 
Clock.UserTimeClock - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
A clock implementation which returns the current time in epoch nanoseconds.
close() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl.Context
Equivalent to calling TimerImpl.Context.stop().
ConfigReader - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
ConfigReader() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.ConfigReader
 
counter(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
counter(Metadata) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
CounterImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
 
CounterImpl() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.CounterImpl
 
customize() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.InUndertowInstaller
 

D

dec() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.CounterImpl
 
dec(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.CounterImpl
 
dec() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MCounterImpl
 
dec(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MCounterImpl
 
defaultClock() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.app.Clock
The default clock to use.
dump(OutputStream) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Writes the values of the snapshot to the given stream.

E

equals(Object) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
EWMA - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
An exponentially-weighted moving average.
EWMA(double, long, TimeUnit) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.EWMA
Create a new EWMA with a specific smoothing constant.
ExponentiallyDecayingReservoir - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
An exponentially-decaying random reservoir of longs.
ExponentiallyDecayingReservoir() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.ExponentiallyDecayingReservoir
Creates a new ExponentiallyDecayingReservoir of 1028 elements, which offers a 99.9% confidence level with a 5% margin of error assuming a normal distribution, and an alpha factor of 0.015, which heavily biases the reservoir to the past 5 minutes of measurements.
ExponentiallyDecayingReservoir(int, double) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.ExponentiallyDecayingReservoir
ExponentiallyDecayingReservoir(int, double, Clock) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.ExponentiallyDecayingReservoir
exportAllScopes() - Method in interface org.wildfly.swarm.microprofile.metrics.runtime.exporters.Exporter
 
exportAllScopes() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonExporter
 
exportAllScopes() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonMetadataExporter
 
exportAllScopes() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.PrometheusExporter
 
Exporter - Interface in org.wildfly.swarm.microprofile.metrics.runtime.exporters
 
exportOneMetric(MetricRegistry.Type, String) - Method in interface org.wildfly.swarm.microprofile.metrics.runtime.exporters.Exporter
 
exportOneMetric(MetricRegistry.Type, String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonExporter
 
exportOneMetric(MetricRegistry.Type, String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonMetadataExporter
 
exportOneMetric(MetricRegistry.Type, String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.PrometheusExporter
 
exportOneScope(MetricRegistry.Type) - Method in interface org.wildfly.swarm.microprofile.metrics.runtime.exporters.Exporter
 
exportOneScope(MetricRegistry.Type) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonExporter
 
exportOneScope(MetricRegistry.Type) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonMetadataExporter
 
exportOneScope(MetricRegistry.Type) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.PrometheusExporter
 
ExtendedMetadata - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
ExtendedMetadata() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
ExtendedMetadata(String, MetricType) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
ExtendedMetadata(String, String, String, MetricType, String) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 

F

fifteenMinuteEWMA() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.app.EWMA
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
fiveMinuteEWMA() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.app.EWMA
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.

G

get(MetricRegistry.Type) - Method in interface org.wildfly.swarm.microprofile.metrics.api.RegistryFactory
 
get(MetricRegistry.Type) - Method in class org.wildfly.swarm.microprofile.metrics.deployment.AMetricRegistryFactory
 
get(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetadataList
 
get(MetricRegistry.Type) - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricRegistryFactory
 
get(MetricRegistry.Type) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.RegistryFactoryImpl
 
getApplicationRegistry() - Method in class org.wildfly.swarm.microprofile.metrics.deployment.AMetricRegistryFactory
 
getApplicationRegistry() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricRegistryFactory
 
getBase() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetadataList
 
getBaseRegistry() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricRegistryFactory
 
getBaseUnitAsPrometheusString(String) - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.PrometheusUnit
 
getContentType() - Method in interface org.wildfly.swarm.microprofile.metrics.runtime.exporters.Exporter
 
getContentType() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonExporter
 
getContentType() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonMetadataExporter
 
getContentType() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.PrometheusExporter
 
getCount() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.CounterImpl
 
getCount() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.HistogramImpl
Returns the number of values recorded.
getCount() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
 
getCount() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
 
getCount() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MCounterImpl
 
getCounter(InjectionPoint) - Method in class org.wildfly.swarm.microprofile.metrics.deployment.AMetricRegistryFactory
 
getCounters() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getCounters(MetricFilter) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getFifteenMinuteRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
 
getFifteenMinuteRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
 
getFiveMinuteRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
 
getFiveMinuteRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
 
getGauges() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getGauges(MetricFilter) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getHistogram(InjectionPoint) - Method in class org.wildfly.swarm.microprofile.metrics.deployment.AMetricRegistryFactory
 
getHistograms() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getHistograms(MetricFilter) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getKey() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
getLabels() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
getMax() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Returns the highest value in the snapshot.
getMbean() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
getMean() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Returns the weighted arithmetic mean of the values in the snapshot.
getMeanRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
 
getMeanRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
 
getMetadata() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getMeter(InjectionPoint) - Method in class org.wildfly.swarm.microprofile.metrics.deployment.AMetricRegistryFactory
 
getMeter() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
 
getMeters() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getMeters(MetricFilter) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getMetrics(MetricRegistry.Type) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.JmxWorker
 
getMetrics() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getMin() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Returns the lowest value in the snapshot.
getModelControllerInjector() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsService
 
getNames() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getOneMinuteRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
 
getOneMinuteRate() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
 
getRate(TimeUnit) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.EWMA
Returns the rate in the given units of time.
getServerEnvironmentInjector() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsService
Register the metrics of the base scope with the system.
getSnapshot() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.ExponentiallyDecayingReservoir
 
getSnapshot() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.HistogramImpl
 
getSnapshot() - Method in interface org.wildfly.swarm.microprofile.metrics.runtime.app.Reservoir
Returns a snapshot of the reservoir's values.
getSnapshot() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
 
getStdDev() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Returns the weighted standard deviation of the values in the snapshot.
getTick() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.Clock
Returns the current time tick.
getTick() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.Clock.UserTimeClock
 
getTime() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.Clock
Returns the current time in milliseconds.
getTimer(InjectionPoint) - Method in class org.wildfly.swarm.microprofile.metrics.deployment.AMetricRegistryFactory
 
getTimers() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getTimers(MetricFilter) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
getValue(double) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Returns the value at the given quantile.
getValue(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.JmxWorker
Read a value from the MBeanServer
getValue() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MGaugeImpl
 
getValue() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsService
 
getValue() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
getValues() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Returns the entire set of values in the snapshot.
getVendor() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetadataList
 
getVendorRegistry() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricRegistryFactory
 

H

handleRequest(HttpServerExchange) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsHttpHandler
 
hashCode() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
histogram(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
histogram(Metadata) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
HistogramImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
A metric which calculates the distribution of a value.
HistogramImpl(Reservoir) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.HistogramImpl
Creates a new HistogramImpl with the given reservoir.

I

inc() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.CounterImpl
 
inc(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.CounterImpl
 
inc() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MCounterImpl
 
inc(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MCounterImpl
 
instance() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.JmxWorker
 
InUndertowInstaller - Class in org.wildfly.swarm.microprofile.metrics.runtime
Install the http handler for MicroProfile Metrics.
InUndertowInstaller() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.InUndertowInstaller
 
isMulti() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 

J

JmxWorker - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
JsonExporter - Class in org.wildfly.swarm.microprofile.metrics.runtime.exporters
 
JsonExporter() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonExporter
 
JsonMetadataExporter - Class in org.wildfly.swarm.microprofile.metrics.runtime.exporters
 
JsonMetadataExporter() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.exporters.JsonMetadataExporter
 

M

mark() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
Mark the occurrence of an event.
mark(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
Mark the occurrence of a given number of events.
MCounterImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime.mbean
 
MCounterImpl(String) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MCounterImpl
 
MetadataList - Class in org.wildfly.swarm.microprofile.metrics.runtime
Class holding the metadata for base, vendor and applications
MetadataList() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.MetadataList
 
meter(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
meter(Metadata) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
MeterImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
MeterImpl() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
Creates a new MeterImpl.
MeterImpl(Clock) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.MeterImpl
Creates a new MeterImpl.
MetricCdiInjectionExtension - Class in org.wildfly.swarm.microprofile.metrics.deployment
 
MetricCdiInjectionExtension() - Constructor for class org.wildfly.swarm.microprofile.metrics.deployment.MetricCdiInjectionExtension
 
MetricRegistryFactory - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
MetricsHttpHandler - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
MetricsHttpHandler(HttpHandler) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.MetricsHttpHandler
 
MetricsRegistryImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
MetricsRegistryImpl() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
MetricsService - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
MetricsService() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.MetricsService
 
MetricsServiceActivator - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
MetricsServiceActivator() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.MetricsServiceActivator
 
MGaugeImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime.mbean
 
MGaugeImpl(String) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.mbean.MGaugeImpl
 
MicroprofileMetricsFraction - Class in org.wildfly.swarm.microprofile.metrics
 
MicroprofileMetricsFraction() - Constructor for class org.wildfly.swarm.microprofile.metrics.MicroprofileMetricsFraction
 

O

oneMinuteEWMA() - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.app.EWMA
Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
org.wildfly.swarm.microprofile.metrics - package org.wildfly.swarm.microprofile.metrics
 
org.wildfly.swarm.microprofile.metrics.api - package org.wildfly.swarm.microprofile.metrics.api
 
org.wildfly.swarm.microprofile.metrics.deployment - package org.wildfly.swarm.microprofile.metrics.deployment
 
org.wildfly.swarm.microprofile.metrics.runtime - package org.wildfly.swarm.microprofile.metrics.runtime
 
org.wildfly.swarm.microprofile.metrics.runtime.app - package org.wildfly.swarm.microprofile.metrics.runtime.app
 
org.wildfly.swarm.microprofile.metrics.runtime.exporters - package org.wildfly.swarm.microprofile.metrics.runtime.exporters
 
org.wildfly.swarm.microprofile.metrics.runtime.mbean - package org.wildfly.swarm.microprofile.metrics.runtime.mbean
 

P

processTags(List<Tag>) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
PrometheusExporter - Class in org.wildfly.swarm.microprofile.metrics.runtime.exporters
Export data in Prometheus text format
PrometheusExporter() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.exporters.PrometheusExporter
 
PrometheusUnit - Class in org.wildfly.swarm.microprofile.metrics.runtime.exporters
 

R

readConfig(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ConfigReader
 
readConfig(InputStream) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ConfigReader
 
register(String, T) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
register(String, T, Metadata) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
RegistryFactory - Interface in org.wildfly.swarm.microprofile.metrics.api
 
RegistryFactoryImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
RegistryFactoryImpl() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.RegistryFactoryImpl
 
remove(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
removeMatching(MetricFilter) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
Reservoir - Interface in org.wildfly.swarm.microprofile.metrics.runtime.app
A statistically representative reservoir of a data stream.

S

scaleToBase(String, Double) - Static method in class org.wildfly.swarm.microprofile.metrics.runtime.exporters.PrometheusUnit
 
SERVICE_NAME - Static variable in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsService
 
setBase(List<ExtendedMetadata>) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetadataList
 
setKey(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
setLabels(List<Tag>) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
setMbean(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
setMulti(boolean) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.ExtendedMetadata
 
setValue(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
setVendor(List<ExtendedMetadata>) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetadataList
 
size() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.ExponentiallyDecayingReservoir
 
size() - Method in interface org.wildfly.swarm.microprofile.metrics.runtime.app.Reservoir
Returns the number of values recorded.
size() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Returns the number of values in the snapshot.
start(StartContext) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsService
 
stop() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl.Context
Updates the timer with the difference between current and start time.
stop(StopContext) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsService
 

T

Tag - Class in org.wildfly.swarm.microprofile.metrics.runtime
 
Tag() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
Tag(String) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
Tag(String, String) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
Tag(Map<String, String>) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
tick() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.EWMA
Mark the passage of time and decay the current rate accordingly.
time(Callable<T>) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
Times and records the duration of event.
time(Runnable) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
Times and records the duration of event.
time() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
Returns a new TimerImpl.Context.
timer(String) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
timer(Metadata) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.MetricsRegistryImpl
 
TimerImpl - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via MeterImpl.
TimerImpl() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
Creates a new TimerImpl using an ExponentiallyDecayingReservoir and the default Clock.
TimerImpl(Reservoir) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
Creates a new TimerImpl that uses the given Reservoir.
TimerImpl(Reservoir, Clock) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
Creates a new TimerImpl that uses the given Reservoir and Clock.
TimerImpl.Context - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
A timing context.
toKVString() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 
toString() - Method in class org.wildfly.swarm.microprofile.metrics.runtime.Tag
 

U

update(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.EWMA
Update the moving average with a new value.
update(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.ExponentiallyDecayingReservoir
 
update(long, long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.ExponentiallyDecayingReservoir
Adds an old value with a fixed timestamp to the reservoir.
update(int) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.HistogramImpl
Adds a recorded value.
update(long) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.HistogramImpl
Adds a recorded value.
update(long) - Method in interface org.wildfly.swarm.microprofile.metrics.runtime.app.Reservoir
Adds a new recorded value to the reservoir.
update(long, TimeUnit) - Method in class org.wildfly.swarm.microprofile.metrics.runtime.app.TimerImpl
Adds a recorded duration.
UserTimeClock() - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.Clock.UserTimeClock
 

V

value - Variable in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot.WeightedSample
 

W

weight - Variable in class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot.WeightedSample
 
WeightedSample(long, double) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot.WeightedSample
 
WeightedSnapshot - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
A statistical snapshot of a WeightedSnapshot.
WeightedSnapshot(Collection<WeightedSnapshot.WeightedSample>) - Constructor for class org.wildfly.swarm.microprofile.metrics.runtime.app.WeightedSnapshot
Create a new Snapshot with the given values.
WeightedSnapshot.WeightedSample - Class in org.wildfly.swarm.microprofile.metrics.runtime.app
A single sample item with value and its weights for WeightedSnapshot.
A C D E F G H I J M O P R S T U V W 
Skip navigation links
Microprofile-Metrics 2017.12.1

Copyright © 2017 JBoss by Red Hat. All rights reserved.