@tigorhutasuhut/telemetry-js - v0.7.3
    Preparing search index...

    Class FetchLogExporter

    OTLP/HTTP log exporter that uses fetch.

    Because OTLP log timestamps have only millisecond precision, log records emitted within the same millisecond can arrive at the collector in arbitrary order. To preserve ordering, each record in a batch whose hrTime collides with the previous entry is bumped by 1 ms.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • logs: ReadableLogRecord[]
      • resultCallback: (result: ExportResult) => void

      Returns void