Skip to content

Connectum API Reference / @connectum/otel / ExporterType

Variable: ExporterType

const ExporterType: object

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

Type Declaration

CONSOLE

readonly CONSOLE: "console" = "console"

NONE

readonly NONE: "none" = "none"

OTLP_GRPC

readonly OTLP_GRPC: "otlp/grpc" = "otlp/grpc"

OTLP_HTTP

readonly OTLP_HTTP: "otlp/http" = "otlp/http"