Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
Gauge
Class Gauge
Hierarchy
Metric
Gauge
Index
Properties
config
name
Methods
record
_create
register
Properties
config
config
:
MetricConfig
name
name
:
string
Methods
record
record
(
ctx
:
BaseContext
,
value
:
Numberish
,
labels
?:
Labels
)
:
void
Parameters
ctx
:
BaseContext
value
:
Numberish
labels
:
Labels
= {}
Returns
void
Static
_create
_create
(
name
:
string
,
option
?:
MetricOptions
)
:
Gauge
internal use only, to create a metric use
register
instead
Parameters
name
:
string
Optional
option
:
MetricOptions
Returns
Gauge
Static
register
register
(
name
:
string
,
option
?:
MetricOptions
)
:
Gauge
Parameters
name
:
string
Optional
option
:
MetricOptions
Returns
Gauge
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
name
Methods
record
_create
register
@sentio/sdk
Loading...
internal use only, to create a metric use register instead