Preparing search index...
The search index is not available
biorate
biorate
opentelemetry
UpDownCounter
Interface UpDownCounter<AttributesTypes>
interface
UpDownCounter
<
AttributesTypes
>
{
add
(
value
,
attributes
?
,
context
?
)
:
void
;
}
Type Parameters
AttributesTypes
extends
MetricAttributes
=
MetricAttributes
Index
Methods
add
Methods
add
add
(
value
,
attributes
?
,
context
?
)
:
void
Increment value of counter by the input. Inputs may be negative.
Parameters
value
:
number
Optional
attributes
:
AttributesTypes
Optional
context
:
Context
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
add
biorate
Loading...
Increment value of counter by the input. Inputs may be negative.