* simplify entry doc
* simplify the wording
* wrap line
Co-authored-by: Mike Goldsmith <goldsmith.mike@gmail.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Removing Todos
* updating displayname to set only if IsAllDataRequested==true
* updating
* updating old eventsources
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* consolidate SDK doc
* clean up
* update the name
* update the doc to reflect API change
* update the doc to reflect API change
* fix ci
* Revert "fix ci"
This reverts commit 00dd532819.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* simplify sampler description
* only allow get
* protected setter
* steal code from Mikel
* fix comment
* fix ci
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
updating README
updating sql integration test
updating yml
updating dockerfile
updating readme
updating global.asax
updating version and readme
removing unused reference, adding properties folder to be similar to OT project
adding zipkin docker in comments
updating to standard2.1
removing unused usings
updating aspnet/aspnetcore methods naming
applying cijo's suggestions
updating projects to compile semantic file, updating comments
Splitting Instrumentation Projects
updating README
updating sql integration test
updating yml
updating dockerfile
updating readme
updating global.asax
updating version and readme
removing unused reference, adding properties folder to be similar to OT project
adding zipkin docker in comments
updating to standard2.1
removing unused usings
applying cijo's suggestions
* Rename contants in SemanticConventions class to conform to recommended C# naming conventions
* Make SemanticConventions internal
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Attempting to fix the threading in BatchingActivityProcessor.
* catching all exceptions in the same way
* adding cancellationtokensource
* Added back in export timeout.
* Don't allocated linked CTS if it isn't needed.
* Unit test fixes.
* Remove the possibility of many timer threads waiting to enter the flush lock.
* Reverted timer change to BatchingActivityProcessor.
* Respect cancellation in jaeger & zipkin exporters.
* Moving lock up to the batch in Jaeger Exporter.
* Added an event for SpanExporter timeout. Updated BroadcastActivityProcessor to call shutdown on dispose.
* Unit test fixes.
* Let OperationCanceledException bubble up in JaegerUdpBatcher.
* Flaky test.
* Flaky test, attempt 2.
* Trying to get more reliable tests.
* Added exception docs for OperationCanceledException.
Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Enable unique EventSource for each project
* updating using place from Hosting project
* InstrumentationEventSource is now internal, adding EventSource to Hosting project
* removing unused methods, updating messages
* Remove tracerfactory and tracerbuilder
* Remove tracer extensions
* Add Span and Tracer shims. Remove all span code.
* more wrapper apis
* Wrap ActivityEvent
* wrap links
* change tracestate back to keyvalue pair in contxt
* ore tracer fix
* OpenTracing shim
* example change
* remove spancontext
* remove more of the new stuffs
* benchmark fixes
* remove Event class
* TraceState consistent name
* casing fix
* equality fix
* fix test
* test todo
* typo
* rename after accepting shim chanegs from Raj
* remove new from the end of many names.
* benchmark fix
* TraceStateUtils naming
* TraceStateUtilsNew rename to fix build issue at CI.
* renamings
* If an outbound HttpRequestMessage does not include the traceparent header then don't throw.
Made the header values getters and setter static to avoid the Func and Action allocations per invocation.
* Missed a getter usage in HttpInListener
* Extending an existing unit test to validate the new HttpRequestMessage header value getter.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
* Update otlp test
* Converted Span to Activity
* Modified tests
* Changed dispose in tests and added exporters sample
* Renamed all activity to span
* Modified activity to Activity
* Modified existing tests, no need to use Activity based shim
* Modified sample.
* Incorporating Cijo's feedback
* Updating samples folder path
* Updating from Web to AspNetCore
* updating paths and namespaces
* merging docfx, markdownlint and spellcheck to docs.yml
merging integration-redis and integration-sql to integration.yml
* updating files to work on vscode
* creating extensions.json to simplify usage
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>