Package | Description |
---|---|
<Unnamed> | |
io.pcp.parfait | |
io.pcp.parfait.timing |
Modifier and Type | Field and Description |
---|---|
private MonitoredCounter |
ProductBuilder.completed |
private MonitoredCounter |
Counter.counter |
private MonitoredCounter |
ProductBuilder.failures |
private MonitoredCounter |
ProductBuilder.totalTime |
Modifier and Type | Method and Description |
---|---|
CompositeCounter |
TimeWindowCounterBuilder.copyFrom(MonitoredCounter templateCounter)
Creates a new CompositeCounter wrapping TimeWindowCounters (and creating
PollingMonitoredValues), using the supplied counter's name,
description, and unit as the template.
|
CompositeCounter |
TimeWindowCounterBuilder.wrapCounter(MonitoredCounter templateCounter)
Creates a new CompositeCounter wrapping TimeWindowCounters (and creating
PollingMonitoredValues), using the supplied MonitoredCounter's name,
description, and unit as the template.
|
Modifier and Type | Field and Description |
---|---|
private MonitoredCounter |
EventMetricCounters.eventSpecificCounter |
private MonitoredCounter |
CounterPair.masterCounter |
private MonitoredCounter |
EventMetricCounters.totalCounter |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,MonitoredCounter> |
EventTimer.totalCountersAcrossEvents
Holds the singleton total counters which are used across all events.
|
Modifier and Type | Method and Description |
---|---|
private MonitoredCounter |
EventTimer.createMetric(java.lang.String beanName,
java.lang.String metric,
java.lang.String description,
javax.measure.Unit<?> unit) |
MonitoredCounter |
CounterPair.getMasterCounter() |
(package private) MonitoredCounter |
EventMetricCounters.getTotalCounter() |
Constructor and Description |
---|
CounterPair(MonitoredCounter masterCounter,
ThreadCounter threadCounter) |
EventMetricCounters(MonitoredCounter eventSpecificCounter,
MonitoredCounter totalCounter) |