* Jaeger and API changes and ProviderMethod
* Changelog
* Fix whitespace
* Not just checking first element of default resource but querying for servicename
* Including the servicename fallback in Zipkin options
* Resolving tests
* we previously removed the adapting of new servicenames from resources in jaeger, this undoes that
* Removing servicename from Jaeger ctor
* re-adding servicename to Ctor for Jaeger
* CodeBlanch 's implementation for preserving servicename
* Scrubbed ServiceName from ZipkinExporterOptions
* Messed up ternary operator order again
* reordering using for SA compliance
* more instances of zipkinoptions.servicename
* removed servicename from API
* Changelog in right places
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>