Commit Graph

78 Commits

Author SHA1 Message Date
Javier Rebagliatti 457a9e95a4
Add direct reference to System.Text.Encodings.Web version 4.7.2 due to CVE-2021-26701 (#4390) 2023-04-17 11:27:29 -07:00
Mikel Blanchard f7f535866b
[Otlp] Bump Google.Protobuf to 3.22.0 and remove reflection emit code (#4201) 2023-02-24 20:26:30 -05:00
Utkarsh Umesan Pillai a3ec494c4a
Update previous stable version (#4235) 2023-02-24 18:09:32 -05:00
Mikel Blanchard 94f67d8a8c
Revert "[sdk] Use reflection and dynamic types to start providers (#4151)" (#4173)
This reverts commit b549e12148.
2023-02-09 10:14:12 -08:00
Mikel Blanchard b549e12148
[sdk] Use reflection and dynamic types to start providers (#4151)
* Remove StartWithHost extension and using reflection to do the work in SDK.

* Warning cleanup.

* Fix up.

* Improved logging.

* Remove OpenTelemetry.Extensions.Hosting dependency from examples & docs.

* Test fixes.

* Fixes and test updates.

* Bug fix.

* Patch CHANGELOGs.

* Clean up.

* Support Azure Functions TelemetryHostedService dependency inspection logic.

* Code review.

* Code review.

* Code review.

---------

Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-02-08 15:20:02 -08:00
Mikel Blanchard 61f5351638
[SDK] Remove the dependency on M.E.Options 5.0 (#4093) 2023-01-25 11:18:47 -05:00
Mikel Blanchard 03af717e23
[SDK] Remove the dependency on M.E.C.EnvironmentVariables (#4092)
* Remove the dependency on Microsoft.Extensions.Configuration.EnvironmentVariables from SDK.

* Added notes.

* CHANGELOG patch.
2023-01-24 13:22:36 -08:00
Mikel Blanchard 9708349641
Port package cleanup from closed PR. (#4062)
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2023-01-06 14:20:33 -08:00
Utkarsh Umesan Pillai 00314ac693
Update versions of common packages used in tests and examples (#4045) 2022-12-28 11:21:44 -08:00
Utkarsh Umesan Pillai d68307b1e7
Update Common.props with the latest stable version of OTel (#4035) 2022-12-21 11:05:33 -08:00
Timothy Mothra 733a8689ef
temporarily disable AnalysisLevel (#4008)
* disable

* update project
2022-12-14 12:48:55 -08:00
Mikel Blanchard 9836d3addb
[DependencyInjection] Introduce new package and refactor SDK (#3923) 2022-12-08 15:24:44 -08:00
Timothy Mothra 804c448d2e
add nullable enable to Common.props and disable in projects. (#3964) 2022-12-05 15:33:57 -08:00
Timothy Mothra 6bcb70b1fe
Add `ImplicitUsings` to Common.props (#3959) 2022-12-02 15:01:27 -08:00
Timothy Mothra dfd1f25c95
Add `AnalysisLevel` to Common.props (#3960)
* add AnalysisLevel to Common.props

* fix CA2017
2022-12-02 12:42:56 -08:00
Cijo Thomas 85da882bbd
Upgrade DS to 7.0 stable (#3875) 2022-11-08 12:13:54 -05:00
Reiley Yang 6d6222f52a
Bump System.Text.Json version due to CVE-2021-26701 (#3789) 2022-10-19 01:10:46 -04:00
Cijo Thomas 5b12f08c53
Update DS to rc2 (#3781) 2022-10-18 16:51:38 -04:00
Mikel Blanchard f191e846d3
[SDK + Jaeger] Support loading environment variables from IConfiguration in Traces & Metrics (#3720)
* Support retrieval of environment variables through IConfiguration in SDK.

* Update Jaeger to load environment variables through IConfiguration.

* Warning fix.

* CHANGELOG patch.

* Bug fixes.

* Warning cleanup.

* Code review.
2022-10-12 09:56:07 -07:00
Mikel Blanchard 897abe333a
[Repo] ApiCompat updates (#3716) 2022-09-30 12:18:36 -07:00
Vishwesh Bankwar 86ee906dcd
Update Diagnostic Source to rc version (#3698) 2022-09-27 10:34:30 -07:00
Cijo Thomas 8700d5dd9b
Update test and other tools versions (#3611) 2022-08-28 13:09:24 -04:00
Mikel Blanchard 409b61d5f0
[Trace Exporters] Remove enumeration helper and use new net7 enumeration APIs (#3580)
* Remove enumeration helper and use new net7 enumeration APIs.

* Bug fixes.

* Add note.

* Don't use list pools in OTLP exporter. Implement drop counts.

* Added asserts for drop counts in span limits test.

* Added issue link to skip text.

* Populate DroppedAttributesCount on links & events.

* Code review.

* Code review.

* Added CHANGELOG note about dropped counts.
2022-08-18 15:02:10 -07:00
Piotr Kiełkowicz 99b49b677d
Remove unused MicrosoftAspNetCoreHttpFeaturesNet3PkgVer (#3570) 2022-08-11 11:48:34 -04:00
Alan West a789bc0259
Merge net7.0 to main (#3539) 2022-08-04 10:25:21 -07:00
Alan West 25df7e85b0
Revert "Merge branch 'net7.0' into main" (#3531)
This reverts commit e64015cadd, reversing
changes made to 5653454b0c.
2022-08-03 15:47:18 -07:00
Alan West 8dd0743174
Merge branch 'main' into net7.0 2022-08-03 11:46:27 -07:00
Mikel Blanchard ab10e119ba
[Logs] Serilog extensions project (#3438)
* Add Serilog extensions project.

* Improve provider disposal when using serilog.

* Warning fixes.

* Fix README.

* Code review.

* Move Serilog version to props.

* Rename LogEmitter.Log -> Emit.

* Added unit tests.

* Warning cleanup.

* Code review.

* Standard README jazz.

* Removed ApiCompat block.
2022-07-18 09:38:02 -07:00
Cijo Thomas 5842a0a434
update minverto latest (#3427) 2022-07-05 13:24:23 -07:00
Alan West d84f0edf77
Use DiagnosticSource 7.0 and drop netcoreapp3.1 target (#3351)
* Remove AspNetCore 3.1 test app

* Remove netcoreapp3.1 target from projects

* Bump to DiagnosticSource 7.0.0-preview.4.22229.4

* Enable CI on net7.0 branch

* Remove trailing space
2022-06-07 20:46:15 -07:00
Utkarsh Umesan Pillai c90ab4a2f2
Remove StackExchangeRedis Instrumenation (#3346)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-06-07 09:35:43 -07:00
Cijo Thomas 5006370265
Post release cleanups (#3340) 2022-06-03 13:18:17 -07:00
Cijo Thomas 2f8bcc4e36
Bump minimum required version of Msft.Extensions.Logging to 3.1 (#3196) 2022-04-15 14:04:47 -07:00
Cijo Thomas 503d2b0e37
Update PreviousStableVersion to be 1.2.0 (#3189)
* Update PreviousStableVersion to be 1.2.0

* remove inmemoryexporter apicompat
2022-04-15 11:23:20 -07:00
Jan Trejbal 98cb28974a
Drop Microsoft.AspNetCore.Http.Features from net5 & net6 (#2860) 2022-03-08 08:08:02 -08:00
Tyler Helmuth 2c405ffafe
Bumped grpc and protobuf packages (#2963)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-03-07 20:47:48 -08:00
Reiley Yang df756ee50d
Upgrade stylecop to 1.2.0-beta.354 (#2602) 2021-11-12 11:20:41 -08:00
Reiley Yang 4929bfd1ac
enable C# 10 (#2599) 2021-11-11 20:27:22 -08:00
Reiley Yang 5d32724792
Bump DiagnosticSource version to 6.0.0 (#2582) 2021-11-09 17:26:43 -08:00
Michael Maxwell c60dc3697c
Delete unused `using` statements (#2411) 2021-09-27 10:07:46 -07:00
Cijo Thomas c4e467b3f9
Update to RC1 of DiagnosticSource (#2378) 2021-09-17 13:04:47 -07:00
Reiley Yang 3baed5b13c
Simplify the metrics examples (#2349) 2021-09-14 11:25:17 -07:00
Michael Maxwell baa37f3a05
Remove 'en-us' from URLs (#2329) 2021-09-09 11:24:47 -07:00
Jann Roder 6e765b8a2c
Mark Microsoft.CodeCoverage as PrivateAssets (#2237) 2021-08-11 15:46:57 -07:00
Mikel Blanchard ec118d4fde Rename Microsoft.AspNet.TelemetryCorrelation -> OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule. Added project to the solution + updated references & namespaces. (#2238) 2021-08-10 20:50:27 -07:00
Cijo Thomas 4df5121e81
Remove upper constraint for Ms.Extensions. dependencies (#2179)
keep minimum as 2.1 to suport asp.net core 2.1 on full framework scenario
2021-07-27 09:03:33 -07:00
Cijo Thomas 7c611c8537
Metrics to Main (#2174) 2021-07-22 07:35:38 -07:00
Cijo Thomas 7e2c128b76
Update OTelPreviousStableVer since 1.1.0 stable was released (#2154) 2021-07-19 12:12:19 -07:00
Cijo Thomas 689a95da25
Remove net452 from zipkin exporter (#2145) 2021-07-16 14:11:58 -07:00
Mikel Blanchard 433007bcb0
StackExchangeRedis instrumentation: Dependency injection support (#2110) 2021-06-24 16:28:52 -07:00