langchain.js
    Preparing search index...

    Span processor that filters out spans that are not LangSmith-related and usually should not be traced.

    Hierarchy

    • BatchSpanProcessor
      • LangSmithOTLPSpanProcessor
    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • _exporter: SpanExporter
      • Optionalconfig: BufferConfig

      Returns LangSmithOTLPSpanProcessor

    Methods

    • Parameters

      • span: ReadableSpan

      Returns void

    • Parameters

      • span: Span
      • parentContext: Context

      Returns void

    • Returns Promise<void>