UNPKG

@grafana/faro-transport-otlp-http

Version:

Faro transport which converts the Faro data model to the Otlp data model.

4 lines (3 loc) 237 B
export { OtelPayload } from './OtelPayload'; export type { LogRecord, LogTransportItem, Resource, ResourceLog, ResourceLogs, Scope, ScopeLog, } from './transform/index'; export type { Logs, OtelTransportPayload, Traces } from './types';