Commit Graph

41 Commits

Author SHA1 Message Date
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
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
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 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
Vishwesh Bankwar 84762870dd
Update aspnetcore benchmark results (#3688) 2022-09-22 13:16:06 -04:00
Cijo Thomas 8700d5dd9b
Update test and other tools versions (#3611) 2022-08-28 13:09:24 -04:00
Vishwesh Bankwar b8385a8ca0
Refactor asp.net core test apps (#3558) 2022-08-08 20:41:03 -07:00
Utkarsh Umesan Pillai 623f3881f8
Update OpenTelemetry.Instrumentation.Runtime version (#3538) 2022-08-03 18:33:26 -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
Utkarsh Umesan Pillai 624fa210c2
Update Newtonsoft.Json package version (#3431) 2022-07-07 07:28:48 -07:00
Cijo Thomas 09ef47dbc1
Update Instrumentation.RunTime version (#3419) 2022-06-29 22:07:37 -07:00
Cijo Thomas dae9f7dac2
Use RunTimeMetrics for stress (#3403) 2022-06-27 21:31:06 -07:00
Utkarsh Umesan Pillai 1f4d97e3e0
Remove AspNet and AspNet.TelemetryHttpModule instrumentation projects (#3397) 2022-06-23 21:15:17 -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
Alan West c5bfff8759
Fix ability to run unit tests from VSCode (#3036)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-03-12 06:51:10 -08:00
Xavier 52258f12e3
Asp6sample (#2989) 2022-03-10 12:33:12 -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
Cijo Thomas 110b5c267f
fix package versions in benchmarks (#2799) 2022-01-19 11:33:37 -08:00
Mikel Blanchard 32760fd47d
Prometheus: Benchmarks + Performance Improvements (#2471)
* Added PrometheusExporterMiddleware benchmark.

* Tweak.

* Clean up nits.

* Made the benchmarks more interesting.

* Prometheus exporter performance tweaks.

* Cleanup.

* Use the pool buffer to write to so we only call stream.WriteAsync once per line.

* Code review.

* Improved version of PrometheusMetricsFormatHelper.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-10-14 10:30:18 -07:00
Reiley Yang 9ed51e1060
Clean up stress test (#2422) 2021-09-28 15:38:15 -07:00
Michael Maxwell baa37f3a05
Remove 'en-us' from URLs (#2329) 2021-09-09 11:24:47 -07:00
Cijo Thomas 7c611c8537
Metrics to Main (#2174) 2021-07-22 07:35:38 -07:00
Cijo Thomas 689a95da25
Remove net452 from zipkin exporter (#2145) 2021-07-16 14:11:58 -07:00
Utkarsh Umesan Pillai 7723fa04cf
Update Microsoft.NET.Test.Sdk package to latest version 16.10.0 (#2085) 2021-06-16 12:40:29 -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
Cijo Thomas 1602932cf3
Update test package versions (#1888)
* Update test package versions
2021-03-09 14:35:03 -08:00
Alan West 4e4f95bb53
OTLP exporter: use Grpc.Net.Client for netstandard2.1 (#1662)
* Use Grpc.Net.Client for netstandard2.1

* Fix AspNetCore example app

* Better comment for Http2UnencryptedSupport switch

* Update PublicAPI

* Update changelog

* Fix line endings

* Suppress instrumentation on export

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-01-04 11:45:21 -08:00
Austin Tan 92ec254342
Extracting package versions to common.props (#1538)
* Most of the common props stuff

* remove coverlet from Zpages Test

* Clean up other mention of coverlet in comment

* Moving appropriate package versions to nonprod

* Common.props removal of packagevers

* reverting some changes to a grpc package

* Fixing tabs and adding one more packagae referecne

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
2020-11-16 14:30:45 -08:00
Cijo Thomas 1a308a6bd2
Net5.0 cleanup (#1506)
* Net5.0 cleanup

* more
2020-11-11 06:52:03 -08:00
Eddy Nakamura 052ecc44b2
Enable .net5.0 (#1486)
* Enable .net5.0

* fixing build issues

* updating sanity

* fixing windows pipelines

* adding aspnetcore5.0

* adding net5 workaround

* skipping Flackytest

* updating to latest stable version

* updating code coverage to latest preview
2020-11-09 12:34:03 -08:00
Reiley Yang 1170f3f20d
catch up the latest version of .NET RC (#1362)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-10-17 15:53:06 -07:00
Alan West 255889f84a
Centralize package versions for example projects (#1230)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-04 13:25:59 -07:00
Reiley Yang 6efe758b55
Add doc on how to correlate ILogger with trace (#1214)
* add doc for ILogger correlation with trace

* fix links

* mention that ILogger correlation only works for .NET5, clarify the options

* distinguish ILogger and Microsoft.Extensions.Logging

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-01 07:15:39 -07:00
Eddy Nakamura 46907830e2
Updating VSTest nuget (#1074)
* Updating VSTest nuget

* updating to stable version

* updating nuget

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-08-20 09:26:51 -07:00
Eddy Nakamura a3bf19d450
Removing Todos (#1029)
* Removing Todos

renaming parameter

adding tests

updating spanbuilderShim

updating to internal

renaming to spanAttributes

solving build issue

adding spec reference

Continue Refactoring TracerProvider. (#1035)

* optimize the flow

* fix instrumenataion

* move mroe things to provider ctor

* move logic arounds

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

changing to class and following spec to replace value

replacing from default to null

updating package

adding xunit.runner

renaming method

* removing duplicated files

* adding some tests and updating to default constructor

* removing to be compliant to spec

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-11 07:50:53 -07:00
Reiley Yang fb5eec094d
mini bencmark (#1039)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-10 22:49:32 -07:00
Reiley Yang 90c5b3af11
Improve docs structure (#983)
* improve docs structure

* revert line ending

* adopt .net5-preview-8

* remove unused using
2020-08-03 16:46:48 -07:00