Search
Preparing search index...
The search index is not available
@btilford/ts-base - v1.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
StatsDTimerFactory
Class StatsDTimerFactory
Hierarchy
TimerWrapperFactory
StatsDTimerFactory
Index
Constructors
constructor
Properties
options
Methods
async
Timer
timer
Constructors
constructor
new
StatsDTimer
Factory
(
options
?:
StatsDOptions
)
:
StatsDTimerFactory
Parameters
Default value
options:
StatsDOptions
= {}
Returns
StatsDTimerFactory
Properties
Protected
Readonly
options
options
:
StatsDOptions
Methods
async
Timer
async
Timer<T>
(
name
:
string
, tags
?:
Tags
)
:
TimerWrapper
<
Promise
<
T
>
>
Type parameters
T
Parameters
name:
string
Default value
tags:
Tags
= {}
Returns
TimerWrapper
<
Promise
<
T
>
>
timer
timer<T>
(
name
:
string
, tags
?:
Tags
)
:
TimerWrapper
<
T
>
Type parameters
T
Parameters
name:
string
Default value
tags:
Tags
= {}
Returns
TimerWrapper
<
T
>
Globals
StatsDTimer
Factory
constructor
options
async
Timer
timer
Generated using
TypeDoc