# Functions
New returns a configured metric exporter.
WithAggregationSelector sets the AggregationSelector the exporter will use to determine the aggregation to use for an instrument based on its kind.
WithEncoder sets the exporter to use encoder to encode all the metric data-types to an output.
WithoutTimestamps sets all timestamps to zero in the output stream.
WithPrettyPrint prettifies the emitted output.
WithTemporalitySelector sets the TemporalitySelector the exporter will use to determine the Temporality of an instrument based on its kind.
WithWriter sets the export stream destination.