* Support customized OTLP endpoint for log example
* Add Endpoint command line option to TestMetrics
* Fix dotnet format
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
* Separate out OtlpMetricReaderOptions from OtlpExporterOptions
* Collapse config delegates into one
* Rename AggregationTemporality to Temporatlity
* Update public API
* Change parameter names
* Move MetricReaderOptions to SDK
* Default OTLP metric exporter to use a periodic metric reader and cumulative temporality
* Update example to configure exporter options
* Update public API
* Everyone loves a good stackoverflow
* Update public API
* Fix bad merge
* Change namespace
* Fix the public API
* I ❤️ trying to get the public API correct without Visual Studio
* Remove check for unspecified temporality
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>