Skip to content

Connectum API Reference / @connectum/otel / ExporterType

Type Alias: ExporterType

ExporterType = typeof ExporterType[keyof typeof ExporterType]

Defined in: packages/otel/src/config.ts:19

Available exporter types

  • CONSOLE: Outputs telemetry to stdout
  • OTLP_HTTP: Sends telemetry via OTLP/HTTP protocol
  • OTLP_GRPC: Sends telemetry via OTLP/gRPC protocol
  • NONE: Disables telemetry export