Connectum API Reference / @connectum/otel / ExporterType
Variable: ExporterType
constExporterType: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
readonlyCONSOLE:"console"="console"
NONE
readonlyNONE:"none"="none"
OTLP_GRPC
readonlyOTLP_GRPC:"otlp/grpc"="otlp/grpc"
OTLP_HTTP
readonlyOTLP_HTTP:"otlp/http"="otlp/http"
