The main measured-core module that is referenced when require('measured-core') is used.
Members
-
<static> BinaryHeap :BinaryHeap
-
See BinaryHeap
Type:
-
<static> CachedGauge :CachedGauge
-
See CachedGauge
Type:
-
<static> Collection :Collection
-
See Collection
Type:
-
<static> Counter :Counter
-
See Counter
Type:
-
<static> ExponentiallyDecayingSample :ExponentiallyDecayingSample
-
Type:
-
<static> ExponentiallyMovingWeightedAverage :ExponentiallyMovingWeightedAverage
-
Type:
-
<static> Gauge :Gauge
-
See Gauge
Type:
-
<static> Histogram :Histogram
-
See Histogram
Type:
-
<static> Meter :Meter
-
See Meter
Type:
-
<static> MetricTypes :MetricTypes
-
See MetricTypes
Type:
-
<static> metricValidators :Object.<string, function()>
-
Type:
- Object.<string, function()>
-
<static> NoOpMeter :NoOpMeter
-
See NoOpMeter
Type:
-
<static> SettableGauge :SettableGauge
-
See SettableGauge
Type:
-
<static> Stopwatch :Stopwatch
-
See Stopwatch
Type:
-
<static> Timer :Timer
-
See Timer
Type:
-
<static> TimeUnits :units
-
See units
Type:
- units
-
<static> units :units
-
See units
Type:
- units
Methods
-
<static> createCollection(name)
-
Creates a named collection. See Collection for more details
Parameters:
Name Type Description name
The name for the collection
Returns:
- Type
- Collection