Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.4
@framers/agentos
ISpanExporter
Interface ISpanExporter
Span exporter interface.
interface
ISpanExporter
{
export
(
spans
)
:
Promise
<
void
>
;
shutdown
(
)
:
Promise
<
void
>
;
}
Implemented by
ConsoleSpanExporter
InMemorySpanExporter
Index
Methods
export
shutdown
Methods
export
export
(
spans
)
:
Promise
<
void
>
Exports spans to a backend.
Parameters
spans
:
ExportedSpan
[]
Spans to export
Returns
Promise
<
void
>
shutdown
shutdown
(
)
:
Promise
<
void
>
Shuts down the exporter.
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
export
shutdown
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v0.1.4
Loading...
Span exporter interface.