* add SetErrorStatusOnUnhandledException option to TracerProviderSdk
* changelog
* add doc
* markdown lint
* fix nits
* markdown lint
* update public api file
* fix nits in the changelog
* add test cases
* improve example
* improve doc
* rename
* change the wording in the doc
* use RecordException in the example
* tweak the doc
* address review comment from Tom
* adjust wording
* Revert "adjust wording"
This reverts commit 9bf74a336d.
* better exception message
* update example/doc
* more test cases
* address corner case in test
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Primitive arrays allowed in Resource Attributes + Tests
* Changelog and spacing for build error
* Fix Empty Value Test
* fixing comprehensive supported types test
* Remove check for null key
* Moving one test case to separate test method
* add support for converted array types
* Remove null on key check
* Changelog merged fix
* Adjusting test
* add current directory to locate self diagnostic config file
* update check path to prioritize current working directory then fallback to app base directory
* typo
* updated changelog
* fix linting
* WIP for ParentBasedSampler.
Todo: finish comments, add tests for null samplers.
* Better comments, tests for null arguments.
* Remove unnecessary remark, left it there by mistake.
* Make other samplers optional
* Change to new delegating behavior.
* Update CHANGELOG
* Comment to note default values for inner samplers.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* 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>