Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/observability / exporters
exporters
Exporter surface for @graphorin/observability.
Every exporter MUST be wrapped via withValidation before it is registered with the tracer. Un-wrapped exporters cause createTracer(...) to throw at startup unless the operator opts out explicitly with validation: 'off' (in which case a startup WARN is logged).
References
ConsoleExporterOptions
Re-exports ConsoleExporterOptions
createConsoleExporter
Re-exports createConsoleExporter
createJSONLExporter
Re-exports createJSONLExporter
createOTLPHttpExporter
Re-exports createOTLPHttpExporter
isValidatedExporter
Re-exports isValidatedExporter
JSONLExporterOptions
Re-exports JSONLExporterOptions
OTLPHttpExporterOptions
Re-exports OTLPHttpExporterOptions
SpanRecord
Re-exports SpanRecord
SpanRecordEvent
Re-exports SpanRecordEvent
TraceExporter
Re-exports TraceExporter
tryGetValidatorCounters
Re-exports tryGetValidatorCounters
VALIDATED_EXPORTER_BRAND
Re-exports VALIDATED_EXPORTER_BRAND
withValidation
Re-exports withValidation
WithValidationOptions
Re-exports WithValidationOptions