@tigorhutasuhut/telemetry-js - v0.7.3
Preparing search index...
Histogram
Interface Histogram<AttributesTypes>
interface
Histogram
<
AttributesTypes
extends
MetricAttributes
=
MetricAttributes
>
{
record
(
value
:
number
,
attributes
?:
AttributesTypes
,
context
?:
Context
,
)
:
void
;
}
Type Parameters
AttributesTypes
extends
MetricAttributes
=
MetricAttributes
Index
Methods
record
Methods
record
record
(
value
:
number
,
attributes
?:
AttributesTypes
,
context
?:
Context
)
:
void
Records a measurement. Value of the measurement must not be negative.
Parameters
value
:
number
Optional
attributes
:
AttributesTypes
Optional
context
:
Context
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
record
@tigorhutasuhut/telemetry-js - v0.7.3
Loading...
Records a measurement. Value of the measurement must not be negative.