* 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>
* Use Grpc.Net.Client for netstandard2.1
* Fix AspNetCore example app
* Better comment for Http2UnencryptedSupport switch
* Update PublicAPI
* Update changelog
* Fix line endings
* Suppress instrumentation on export
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Added support for Logs; Removed disaplayAsJson option from ConsoleExporter; Added net451 as a traget framework for OpenTelemetry.Exporter.Console
* Print LogRecord exception on console
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Add dotnet new template ASP.NET Core gRPC service
* Add Examples.GrpcService project to solution
* Submit to StyleCop's demands
* Add Open Telemetry
* Remove unused usings
* Add Grpc.Net.Client example to example Console project
* Remove comments from original template
* Fix file header
* Add exception handling when gRPC service has not been started
* Apply suggestions from code review
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>