Luiz Lelis
fea6793a55
Clean up package version definitions using Directory.Packages.props ( #4298 )
...
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-05-09 09:35:05 -07:00
Alan West
9d51cc3897
[OTLP Exporter] Revert Google.Protobuf version bump ( #4407 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-04-25 21:14:07 -07:00
Utkarsh Umesan Pillai
586aa7eb6d
Update AspNetCore benchmarks ( #4405 )
2023-04-19 10:54:35 -07:00
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
Utkarsh Umesan Pillai
7db694157f
Fix ApiCompat ( #4385 )
2023-04-12 14:42:15 -07:00
Andre Hofmeister
533513f65b
feat: Enable SuccessfulCommandTest by leveraging Testcontainers ( #4198 )
...
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2023-03-29 16:16:00 -07:00
Cijo Thomas
9dd54d7124
Merge main-metrics to main ( #4217 )
...
Co-authored-by: Yun-Ting Lin <yunl@microsoft.com>
2023-02-27 18:57:58 -05: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
8013a3a539
Refactor unit tests ( #4039 )
2022-12-22 15:25:20 -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
Mikel Blanchard
5b9cba7cbd
[repo] CI updates ( #4016 )
...
* Port some CI tweaks from contrib.
* Logging in integration tests.
* Test tweaks.
* Warning cleanup.
* Fix format.
* Comments.
2022-12-15 16:08:30 -08:00
Timothy Mothra
9ad312af3a
fix analysis issues part1 ( #4017 )
2022-12-15 14:59:43 -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
af7ab89ba8
[Repo] Attempting to stabilize the API Compatibility CI job ( #3766 )
...
* Attempting to stablize the API Compatibility CI.
* Tweak.
* More logging.
* Increase build logging level for api compat ci job.
* Tweak.
* Tweak.
* Revert extra logging in ci job.
* Switched some logging back to debug.
2022-10-13 14:55:25 -07: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
Alan West
4938c35e16
Trigger pack and publish when release is created ( #3638 )
2022-09-28 16:58:37 -07:00
Vishwesh Bankwar
86ee906dcd
Update Diagnostic Source to rc version ( #3698 )
2022-09-27 10:34:30 -07:00
Vishwesh Bankwar
84762870dd
Update aspnetcore benchmark results ( #3688 )
2022-09-22 13:16:06 -04:00
Utkarsh Umesan Pillai
a37198c6d0
Update releasing doc ( #3621 )
2022-08-30 20:52:56 -04:00
Cijo Thomas
8700d5dd9b
Update test and other tools versions ( #3611 )
2022-08-28 13:09:24 -04:00
Utkarsh Umesan Pillai
9c61b89583
Minor updates to RELEASING doc ( #3598 )
2022-08-22 21:36:42 -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
Vishwesh Bankwar
b8385a8ca0
Refactor asp.net core test apps ( #3558 )
2022-08-08 20:41:03 -07:00
Reiley Yang
72f4e07d96
Update sanity check to cover .github and .vscode folders ( #3557 )
2022-08-05 13:41:32 -07:00
Mikel Blanchard
58ee541cff
[net7-main] Fixes to get solution building in VS ( #3552 )
...
* 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.
2022-08-05 10:49:06 -07:00
Alan West
a789bc0259
Merge net7.0 to main ( #3539 )
2022-08-04 10:25:21 -07:00
Utkarsh Umesan Pillai
623f3881f8
Update OpenTelemetry.Instrumentation.Runtime version ( #3538 )
2022-08-03 18:33:26 -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
liangli
82e041c27c
fix: replace all newtonsoft.json usages ( #3478 )
2022-07-28 19:12:28 -07:00
Cijo Thomas
7de3f001bd
Update instrumentation.runtime version ( #3471 )
2022-07-21 22:56:28 -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
Utkarsh Umesan Pillai
624fa210c2
Update Newtonsoft.Json package version ( #3431 )
2022-07-07 07:28:48 -07:00
Cijo Thomas
5842a0a434
update minverto latest ( #3427 )
2022-07-05 13:24:23 -07:00