Module: measured-core

The main measured-core module that is referenced when require('measured-core') is used.

Source:

Members


<static> BinaryHeap :BinaryHeap

Type:
Source:

<static> CachedGauge :CachedGauge

Type:
Source:

<static> Collection :Collection

Type:
Source:

<static> Counter :Counter

See Counter

Type:
Source:

<static> ExponentiallyDecayingSample :ExponentiallyDecayingSample

Type:
Source:

<static> ExponentiallyMovingWeightedAverage :ExponentiallyMovingWeightedAverage

Type:
Source:

<static> Gauge :Gauge

See Gauge

Type:
Source:

<static> Histogram :Histogram

See Histogram

Type:
Source:

<static> Meter :Meter

See Meter

Type:
Source:

<static> MetricTypes :MetricTypes

Type:
Source:

<static> metricValidators :Object.<string, function()>

Type:
  • Object.<string, function()>
Source:

<static> NoOpMeter :NoOpMeter

See NoOpMeter

Type:
Source:

<static> SettableGauge :SettableGauge

Type:
Source:

<static> Stopwatch :Stopwatch

See Stopwatch

Type:
Source:

<static> Timer :Timer

See Timer

Type:
Source:

<static> TimeUnits :units

See units

Type:
  • units
Source:

<static> units :units

See units

Type:
  • units
Source:

Methods


<static> createCollection(name)

Creates a named collection. See Collection for more details

Parameters:
Name Type Description
name

The name for the collection

Source:
Returns:
Type
Collection