Preparing search index...
The search index is not available
OpenTelemetry SDK
OpenTelemetry SDK
@opentelemetry/configuration
InstrumentTypeConfigModel
Type Alias InstrumentTypeConfigModel
InstrumentTypeConfigModel
:
|
"counter"
|
"gauge"
|
"histogram"
|
"observable_counter"
|
"observable_gauge"
|
"observable_up_down_counter"
|
"up_down_counter"
Configure instrument type selection criteria. Values include:
counter: Synchronous counter instruments.
gauge: Synchronous gauge instruments.
histogram: Synchronous histogram instruments.
observable_counter: Asynchronous counter instruments.
observable_gauge: Asynchronous gauge instruments.
observable_up_down_counter: Asynchronous up down counter instruments.
up_down_counter: Synchronous up down counter instruments. If omitted, all instrument types match.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
OpenTelemetry SDK
Loading...
Configure instrument type selection criteria. Values include: