zibri
Preparing search index...
metrics/histogram.interface
HistogramInterface
Interface HistogramInterface
Operations you can do on a histogram.
interface
HistogramInterface
{
observe
:
(
labels
:
Record
<
string
,
string
>
,
value
:
number
)
=>
void
;
}
Index
Properties
observe
Properties
observe
observe
:
(
labels
:
Record
<
string
,
string
>
,
value
:
number
)
=>
void
Observes a new value.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
observe
zibri
Loading...
Operations you can do on a histogram.