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