The dot-separated metric name.
Optional
value: numberThe amount to decrement the stat by.
Optional
tags: { Tags to pass along, such as { foo: 'bar' }
. Values are combined with config.tags.
Sets a distribution value, optionally specifying tags.
The dot-separated metric name.
Optional
value: numberThe amount to increment the stat by.
Optional
tags: { Tags to pass along, such as { foo: 'bar' }
. Values are combined with config.tags.
Sets a gauge value, optionally specifying tags.
The dot-separated metric name.
Optional
value: numberThe amount to increment the stat by.
Optional
tags: { Tags to pass along, such as { foo: 'bar' }
. Values are combined with config.tags.
Sets a histogram value, optionally specifying tags.
The dot-separated metric name.
Optional
value: numberThe amount to increment the stat by.
Optional
tags: { Tags to pass along, such as { foo: 'bar' }
. Values are combined with config.tags.
Increments a metric by the specified value, optionally specifying tags.
The dot-separated metric name.
Optional
value: numberThe amount to increment the stat by.
Optional
tags: { Tags to pass along, such as { foo: 'bar' }
. Values are combined with config.tags.
Generated using TypeDoc
Decrements a metric by the specified value, optionally specifying tags.