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
PromCounter
Class PromCounter
Hierarchy
PromMetric
PromCounter
Implements
{
name
:
string
;
tags
:
Tags
}
&
{
increment
:
(
val
:
T
, tags
?:
Tags
)
=>
void
}
Index
Constructors
constructor
Properties
impl
name
options
supported
Labels
tags
Methods
decrement
filter
Tags
increment
reset
Constructors
constructor
new
Prom
Counter
(
name
:
string
, tags
:
Tags
, options
:
PromOptions
)
:
PromCounter
Parameters
name:
string
tags:
Tags
options:
PromOptions
Returns
PromCounter
Properties
Protected
Readonly
impl
impl
:
Delegate
<
any
>
Readonly
name
name
:
string
Protected
Readonly
options
options
:
PromOptions
Protected
Readonly
supported
Labels
supported
Labels
:
Set
<
string
>
Readonly
tags
tags
:
Tags
Methods
decrement
decrement
(
val
:
number
, tags
?:
Tags
)
:
void
Parameters
val:
number
Optional
tags:
Tags
Returns
void
filter
Tags
filter
Tags
(
tags
?:
Tags
)
:
Tags
Parameters
Default value
tags:
Tags
= {}
Returns
Tags
increment
increment
(
val
:
number
, tags
?:
Tags
)
:
void
Parameters
val:
number
Default value
tags:
Tags
= {}
Returns
void
reset
reset
(
)
:
void
Returns
void
Globals
Prom
Counter
constructor
impl
name
options
supported
Labels
tags
decrement
filter
Tags
increment
reset
Generated using
TypeDoc