Optionalcompression?: string | nullConfigure compression. Known values include: gzip, none. Implementations may support other compression algorithms. If omitted or null, none is used.
Optionaldefault_histogram_aggregation?: ExporterDefaultHistogramAggregationOptionalencoding?: OtlpHttpEncodingOptionalendpoint?: string | nullConfigure endpoint. If omitted or null, http://localhost:4318/v1/metrics is used.
Optionalheaders?: NameStringValuePairConfigModel[]Configure headers. Entries have higher priority than entries from .headers_list. If an entry's .value is null, the entry is ignored. If omitted, no headers are added.
Optionalheaders_list?: string | nullConfigure headers. Entries have lower priority than entries from .headers. The value is a list of comma separated key-value pairs matching the format of OTEL_EXPORTER_OTLP_HEADERS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options for details. If omitted or null, no headers are added.
Optionaltemporality_preference?: ExporterTemporalityPreferenceOptionaltimeout?: number | nullConfigure max time (in milliseconds) to wait for each export. Value must be non-negative. A value of 0 indicates no limit (infinity). If omitted or null, 10000 is used.
Optionaltls?: HttpTlsConfigModel
Configure exporter to be OTLP with HTTP transport. If omitted, ignore.