Preparing search index...
The search index is not available
OpenTelemetry SDK
OpenTelemetry SDK
@opentelemetry/otlp-exporter-base
index
OTLPExporterBase
Class OTLPExporterBase<Internal>
Type Parameters
Internal
Hierarchy (
View Summary
)
OTLPExporterBase
OTLPLogExporter
OTLPLogExporter
OTLPLogExporter
OTLPTraceExporter
OTLPTraceExporter
OTLPTraceExporter
OTLPMetricExporterBase
Index
Constructors
constructor
Methods
export
force
Flush
shutdown
Constructors
constructor
new
OTLPExporterBase
<
Internal
>
(
delegate
:
IOtlpExportDelegate
<
Internal
>
,
)
:
OTLPExporterBase
<
Internal
>
Type Parameters
Internal
Parameters
delegate
:
IOtlpExportDelegate
<
Internal
>
Returns
OTLPExporterBase
<
Internal
>
Methods
export
export
(
items
:
Internal
,
resultCallback
:
(
result
:
core
.
ExportResult
)
=>
void
,
)
:
void
Export items.
Parameters
items
:
Internal
resultCallback
:
(
result
:
core
.
ExportResult
)
=>
void
Returns
void
force
Flush
forceFlush
()
:
Promise
<
void
>
Returns
Promise
<
void
>
shutdown
shutdown
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
export
force
Flush
shutdown
OpenTelemetry SDK
Loading...
Export items.