Preparing search index...
The search index is not available
OpenTelemetry SDK
OpenTelemetry SDK
@opentelemetry/otlp-exporter-base
index
IOtlpExportDelegate
Interface IOtlpExportDelegate<Internal>
Internally shared export logic for OTLP.
interface
IOtlpExportDelegate
<
Internal
>
{
export
(
internalRepresentation
:
Internal
,
resultCallback
:
(
result
:
core
.
ExportResult
)
=>
void
,
)
:
void
;
forceFlush
()
:
Promise
<
void
>
;
shutdown
()
:
Promise
<
void
>
;
}
Type Parameters
Internal
Index
Methods
export
force
Flush
shutdown
Methods
export
export
(
internalRepresentation
:
Internal
,
resultCallback
:
(
result
:
core
.
ExportResult
)
=>
void
,
)
:
void
Parameters
internalRepresentation
:
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
Methods
export
force
Flush
shutdown
OpenTelemetry SDK
Loading...
Internally shared export logic for OTLP.