zibri
Preparing search index...
metrics/counter.interface
CounterInterface
Interface CounterInterface
Operations you can do on a counter.
interface
CounterInterface
{
increase
:
(
labels
?:
Record
<
string
,
string
>
,
value
?:
number
)
=>
void
;
}
Index
Properties
increase
Properties
increase
increase
:
(
labels
?:
Record
<
string
,
string
>
,
value
?:
number
)
=>
void
Increases the value of the counter.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
increase
zibri
Loading...
Operations you can do on a counter.