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