Stone.js API
    Preparing search index...

    The default exporter: prints each record to the console as a single structured line.

    It is the zero-config fallback so telemetry is useful out of the box; swap it for an OpenTelemetry / HTTP / dashboard exporter via stone.telemetry.exporter.

    Implements

    Index
    • Factory.

      Parameters

      • sink: (message: string) => void = console.log

        The output function (defaults to console.log); injectable for testing.

      Returns ConsoleTelemetryExporter

      A new exporter.