Commit Graph

1169 Commits

Author SHA1 Message Date
Alan West a0fcbc0a35
Add Utkarsh Umesan Pillai as approver (#2065) 2021-05-26 17:47:38 -07:00
Cijo Thomas f84a98c0fa
Add Windows and Linux status badge to main readme (#2061)
* Add Windows and Linux status badge to main readme

* code change to trigger full CI
2021-05-25 14:53:10 -07:00
Cijo Thomas 7af79470d9
Changelog updates for 1.1.0-beta3 (#2044) 2021-05-11 16:00:02 -07:00
Mikel Blanchard 6cdfcea67c
Logs: Scope improvements (#2026) 2021-05-06 10:12:43 -07:00
Reiley Yang 9805587151
show release version on badges (instead of prerelease) (#2029) 2021-05-03 22:26:21 -07:00
Utkarsh Umesan Pillai c28efc3f40
Update HttpInListener to add gRPC tags - By creating a new activity with the OperationName used by the framework (#1879) 2021-05-03 21:04:34 -07:00
Austin Tan 073ce6cedc
Move AddLegacySource to API (#2019) 2021-05-03 14:03:58 -07:00
Andrea Tosato 6f2f7e4c35
Fix docs (#2022) 2021-05-03 11:40:24 -07:00
Cijo Thomas 4aeb61bf72
Modify public API detection contents (#2028) 2021-05-03 09:44:01 -07:00
Cijo Thomas d07ec267b0
AddSource section to customize the sdk doc. (#2017) 2021-04-29 09:52:57 -07:00
Robert Pająk 50b0148c2c
Improve Visual Studio Code support (#2015) 2021-04-28 10:46:57 -07:00
Cijo Thomas 58a8d1b568
Doc for customizing tracing sdk (#2016)
* Doc for customizing tracing sdk
2021-04-27 23:28:11 -07:00
Cijo Thomas a25741030f
Modify changelogs for next release (#2008) 2021-04-23 08:06:01 -07:00
Utkarsh Umesan Pillai eb42939cd5
Rename Baggage Header name to baggage (#2003)
* Rename Baggage Header name to baggage

* Updated CHANGELOG.md
2021-04-20 16:42:37 -07:00
Cijo Thomas ca5a93dd78
Propose Victor Lu as triager (#1996) 2021-04-20 13:37:12 -07:00
Cijo Thomas f3912e501e
Add unit test to confirm known issue (#2000) 2021-04-20 12:56:33 -07:00
Cijo Thomas f67131937c
Revert "Added a test using TraceIdRatioBasedSampler + ActivityTraceId.CreateRandom(). (#1994)" (#2002)
This reverts commit 39c0e0cd48.
2021-04-20 12:40:28 -07:00
Cijo Thomas 0f11cd206f
Document zipkin exporters support for DI based config (#1999) 2021-04-20 09:37:33 -07:00
Mikel Blanchard 39c0e0cd48
Added a test using TraceIdRatioBasedSampler + ActivityTraceId.CreateRandom(). (#1994)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-04-20 09:17:18 -07:00
Cijo Thomas f65b650805
AspNetCore instrumentation options to be configurable from DI (#1997) 2021-04-19 22:31:28 -07:00
Cijo Thomas 13866c025b
Doc changes for HttpClient instrumentation (#1995) 2021-04-19 09:55:58 -07:00
Utkarsh Umesan Pillai 4a44bed799
Update AddHttpClientInstrumentation for .NET Framework (#1982)
* Update AddHttpClientInstrumentation for .NET Framework

* Update CHANGELOG.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-04-17 12:53:31 -07:00
Cijo Thomas 6dfe944997
Rewording for exception reporting doc (#1992) 2021-04-16 14:46:14 -07:00
Cijo Thomas aba4217a07
Remove netcoreapp2.1 from logging examples (#1993) 2021-04-16 13:40:49 -07:00
Austin Tan 459cb6a21a
StackExchange Redis: Provide 'db.system' on Span creation (#1984)
* Redis DB Tag

* Changelog updated

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-04-16 12:41:17 -07:00
Cijo Thomas 30b7dcfbca
Add RecordException to HttpClientInstrumentation in .NET FX (#1989) 2021-04-16 09:35:06 -07:00
Cijo Thomas b74491801b
Run HttpClient .NET Core tests for .NET 5 as well (#1988) 2021-04-15 15:58:56 -07:00
Cijo Thomas 12da9a05b5
Add RecordException support for HttpClient (.NETCore) (#1987) 2021-04-15 15:32:37 -07:00
Cijo Thomas 8b143bf9ae
More details to Exception handling (#1986) 2021-04-15 15:13:06 -07:00
John Du Hart 6b7f2dd77c
SqlClient: Provide `db.system` when creating activity (#1979) 2021-04-13 20:09:45 -07:00
Lauri Koskela 6a7f321cae
Fix Jaeger exporter data corruption (#1963)
* Fix Jaeger exporter data corruption when splitting spans to batches

* Update Jaeger exporter changelog

* Add unit test for verifying Batch span data in Jaeger exporter

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-04-13 07:54:35 -07:00
Cijo Thomas bf42e4bc51
Small clarification to self diag feature (#1976) 2021-04-12 17:09:54 -07:00
xiang17 caf27d6ba5
Update README about "current directory" for Self Diagnostics (#1717) 2021-04-12 15:32:57 -07:00
JM89 da528eb839
OpenTelemetry.Instrumentation.StackExchangeRedis memory leak on _cache (#1960) 2021-04-12 12:58:43 -07:00
Reiley Yang 1c84b3a483
add 'learn more' section (#1974) 2021-04-12 11:02:34 -07:00
Reiley Yang f900d5640a
update the release process to cover the opentelemetry.io docs (#1951)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-04-12 09:22:45 -07:00
Robert Pająk 44cd88e92f
Sanitize `http.url` attribute (#1961) 2021-04-08 09:39:40 -07:00
Utkarsh Umesan Pillai d0739061c2
Update ActivityTraceFlags when activity is filtered out (#1952)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-04-08 08:45:02 -07:00
Alan West ec9f2d40a4
OTLP exporter: Fix TypeInitializationException thrown by exporter (#1873)
* Fix TypeInitializationException thrown by exporter

* Update src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

Co-authored-by: Reiley Yang <reyang@microsoft.com>

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2021-03-31 14:46:01 -07:00
Austin Tan 9ebc1cefba
Rolling back OTLP null array change for non-strings (#1945) 2021-03-31 09:25:47 -07:00
Cijo Thomas 539a2cde54
Add minor clarificying doc comments (#1948) 2021-03-30 11:02:25 -07:00
Cijo Thomas a71de53c31
Add correction to Filter in AspNetCore instrumentation (#1929) 2021-03-30 09:52:06 -07:00
Mikel Blanchard efe2d96c3c
Applied the dependency injection pattern to OtlpExporter (#1942)
* Applied the dependency injection pattern to OtlpExporter.

* Changelog update.
2021-03-29 09:42:52 -07:00
Cijo Thomas 5bf2b42379
SQL Instrumentation modified to depend only on the API. (#1941)
* SQLinstrumentation modified to depend on API only

* fix markdown
2021-03-26 20:30:28 -07:00
Jonathan Queiroz 11bd43417d
Fix broken link in README (#1940) 2021-03-26 18:29:31 -07:00
Utkarsh Umesan Pillai 6fd68c60a1
Add unit tests to AspNet instrumentation (#1935)
* Add unit tests to ensure context is extracted irrespective of the sampling decision and the filter applied

* Remove unneccessary code

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-03-26 17:42:46 -07:00
Utkarsh Umesan Pillai 9d533a4629
Add unit test to ensure that context is extracted irrespective of the Filter applied (#1936)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-03-26 15:38:12 -07:00
Cijo Thomas f692824811
Remove supress check from DSListeners as TracerProviderSdk handles this already (#1938) 2021-03-26 15:30:35 -07:00
Austin Tan d7bb2b9859
OTLP Span arrays allow exporting null values + support for long arrays (#1919) 2021-03-26 15:11:54 -07:00
Utkarsh Umesan Pillai b5d3d9389b
Update OTLP Readme text (#1937)
* Update the README

* Update case

* Update the README to include https support
2021-03-26 13:46:20 -07:00