Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
* TracerBuilder depedency injection improvements.
* Fixes and API updates.
* Update skipped test.
* Tweak.
* Tweaks.
* Test fix.
* Turn on options in TracerProviderBuilderBase.
* Updated CHANGELOGs.
* Added XML comments to AddOpenTelemetryTracing methods.
* Tweaks.
* Added export helpers and restored removed API from hosting library so that there is no breakage during upgrades.
* Export extension tweaks.
* Tweak.
* Tracer builder improvements.
* Fix hosting multiple configurations test.
* Cleanup.
* Cleanup and fixes.
* Added "UseOpenTelemetry" extensions.
* Cleanup.
* Code review.
* Code review.
* Rename SDK extension "Configure" and restore "Add" in the hosting lib.
* Doc clarification.
* Some test coverage.
* README updates.
* Fix double dispose of TracerProvider when using Sdk.CreateTracerProviderBuilder.
* AddExporter tests.
* More test coverage.
* More test coverage.
* Code review.
* Fixes to get solution building in VS with net7 changes.
* More fixes + some code review.
* CONTRIBUTING update.
* Attempting to fix integration tests.
* Attempting to fix integration tests.
* Attempt to fix integration tests.
* Attempt to fix integration tests.
* 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 GlobalPropagators API and have instrumentation default to it
* changelog
* fix name
* reset after
* min comment address
* move id format to same place as context propagator
* renam
* renai
* text initialize correctly
* modify microsoervice example to pick global propagator
* make Global propagator get only in api
* Add SetDefaultPropagato to SDK
* Rename IPropagator to ITextMapPropagator, TextMapPropagator to TraceContextPropagator
* changelogs
* build fix
* make ITextMapPropagator an abstract class
* Renaming ITextMapPropagator to TextMapPropagator
* CompositeTextMapPropagator rename
* fix changhelog
* Replacing Tags for TagObjects and AddTag for SetTag
updating tests
updating tests
* removing toString from stackExchange test method
* tentative to solve redis test failure
* updating tests
* updating test
* checking for only one element
* Trying GetTagValue extension in http-in unit test projects.
* Grpc now uses GetTagValue.
* Updated new unit tests to use SetTag.
* Updated Http instrumentation for GetTagValue.
* Update Sql instrumentation to use GetTagValue.
* Updated Redis instrumentation to use GetTagValue.
* Removed references from test projects that weren't needed.
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
* Baggage context part 1.
* A little cleanup.
* Return strings instead of objects. Removed default value in ctor because it generates a compiler warning about struct default constructor being used.
* Updated SDK & API projects for BaggageContext.
* Fixed broken areas, except for CorrelationContext tests.
* First round of tests and bug fixes.
* FIxed up HTTP instrumentation tests.
* Fixed up shim tests.
* More tests and improvements.
* Fixed broken test.
* Test coverage and bug fixes.
* Deterministic GetHashCode + tests.
* Added a link to the baggage api.
* Updated CHANGELOG.
* Renamed BaggageContext -> Baggage.
* CHANGELOG update.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>