OptionalcompressionCompression algorithm for outgoing OTLP HTTP requests.
OptionalconcurrencyMaximum number of in-flight export requests.
OptionalheadersCustom headers that will be attached to the HTTP request that's sent to the endpoint.
OptionalhttpCustom HTTP agent options or a factory function for creating agents.
Prefer using http.AgentOptions or https.AgentOptions over a factory function wherever possible.
If using a factory function (HttpAgentFactory), do not import http.Agent or https.Agent
statically at the top of the file.
Instead, use dynamic import() or require() to load the module. This lets
@opentelemetry/instrumentation-http instrument the module first.
OptionalkeepSets keepAlive on the Node.js HTTP or HTTPS agent created by the exporter.
Optional ExperimentalselfMeterProvider to record metrics for the exporter itself. This option is experimental and is subject to breaking changes in minor releases.
OptionaltimeoutMaximum time, in milliseconds, the OTLP exporter will wait for each batch export.
OptionalurlCollector endpoint URL for the exporter.
OptionaluserUser agent header string to be prepended to the exporter's default value. Available since v1.49.0 of the spec. Ref: https://opentelemetry.io/docs/specs/otel/protocol/exporter/#user-agent
Node.js HTTP exporter configuration.