* Added Baggage API information to OpenTelemetry.NET API README.md
* Updated CHANGELOG.md
* Address PR comments
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Add OtlpExporter as an option to ASP.NET example application
* Fixed indentation
* Added an extra line before EOF
* Removing set ApContext switch for unencrypted channel support
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Promoting API
* we didn't ship hosting. so rollback
* rollback zpages
* removing changes from zpages
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Added examples for remaining Jaeger Exporter options
* updated process tags to use index initializer syntax
* removed process tags example
* removing process tags, checking format
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* 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>
* Moving the previous default (SDK info) into separate method
* Add CreateDefault and add to API
* Converting tests and adding actual default servicename
* Fixing Tracer Test with SDKResoruce
* removing api reference
* Fixing tests
* Changelog and API
* Re-add test with default ProviderBuilder and privatize method
* reverting API changes
* Removing AddDfault method altogether, performing addition inside CreateDefault
* Resolving comments - main instead of master, shortened changelog.md
* Moved to unreleased
* markdownlint fix (blank lines)
* Closing brace should not be preceded by blank line
* Removing colon from unknown_service when no processname
* removing comma check from sdk test
* link to correct spec section
* one other case of the colon missing
* Correcting - reversing string.empty and processname in ternary
* Removed dependency from ConsoleExporter
* Correcting the namespace
* Use TestExporter instead of InMemory Exporter
* Removed unnecessary using statements
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Add unit tests for SelfDiagnosticsModule
* Add a line for debugging in case the test fails
* Clean up config file after use in each unit test case.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>