# Functions
New returns an OpenTelemetry metric Exporter.
Version is the current release version of the OpenTelemetry OTLP over HTTP/protobuf metrics exporter in use.
WithAggregationSelector sets the AggregationSelector the client will use to determine the aggregation to use for an instrument based on its kind.
WithCompression sets the compression strategy the Exporter will use to compress the HTTP body.
WithEndpoint sets the target endpoint the Exporter will connect to.
WithEndpointURL sets the target endpoint URL the Exporter will connect to.
WithHeaders will send the provided headers with each HTTP requests.
WithInsecure disables client transport security for the Exporter's HTTP connection.
WithProxy sets the Proxy function the client will use to determine the proxy to use for an HTTP request.
WithRetry sets the retry policy for transient retryable errors that are returned by the target endpoint.
WithTemporalitySelector sets the TemporalitySelector the client will use to determine the Temporality of an instrument based on its kind.
WithTimeout sets the max amount of time an Exporter will attempt an export.
WithTLSClientConfig sets the TLS configuration the Exporter will use for HTTP requests.
WithURLPath sets the URL path the Exporter will send requests to.
# Constants
GzipCompression tells the driver to send payloads after compressing them with gzip.
NoCompression tells the driver to send payloads without compression.
# Interfaces
Option applies an option to the Exporter.
# Type aliases
Compression describes the compression used for payloads sent to the collector.
HTTPTransportProxyFunc is a function that resolves which URL to use as proxy for a given request.
RetryConfig defines configuration for retrying the export of metric data that failed.