Commit Graph

2747 Commits

Author SHA1 Message Date
James Newton-King 37481f1ee6
[sdk] Customize known connection histograms buckets (#5008) 2023-11-02 18:07:07 -07:00
Mikel Blanchard c8f939e60b
[repo] dotnet format ci follow-up (#5012)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2023-11-02 15:34:52 -07:00
Julian Wreford defaffa91f
[Documentation] Update docs for selecting specific tags of a metric instrument (#5017) 2023-11-02 14:52:38 -07:00
Utkarsh Umesan Pillai ba161c492a
[Exemplars] Add isSampled check for Histograms (#5016) 2023-11-02 12:15:05 -07:00
Mikel Blanchard 9ba8887170
[repo] Remove old .net 6 workaround code from test props (#5014) 2023-11-01 15:55:59 -07:00
J. Kalyana Sundaram e454dc9dc8
A code sample to show how to create new root activities that link to a previously current activity. (#4957) 2023-11-01 15:06:26 -07:00
Tom Biddulph 2de73b2c12
[repo] Update dotnet format ci job (#4881)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2023-11-01 12:20:52 -07:00
Piotr Kiełkowicz ff9912f87a
W3C Trace propagator tests - switch to level 1 (#4937) 2023-11-01 01:11:13 -07:00
Vishwesh Bankwar d1d6d4b720
[HttpClient & HttpWebRequest] Set `http.request.method` as per spec (#5003) 2023-10-31 18:16:23 -07:00
Vishwesh Bankwar 5cb7a3fca9
[ASP.NET Core] Set `http.request.method` as per spec (#5001) 2023-10-31 11:50:58 -07:00
ImoutoChan b45b8a9a12
Check isSampled parameter in UpdateWithExemplar method (#5004) 2023-10-30 20:19:14 -07:00
Vishwesh Bankwar 86a6ba0b7f
fix global.json (#5002) 2023-10-27 13:39:44 -07:00
Vishwesh Bankwar d76aa77011
update test packages and global.json to net8.0 rc.2 (#5000) 2023-10-27 12:41:57 -07:00
Piotr Kiełkowicz 0839431cd6
Shim - remove reference to 1.6.0-beta.2 (#4998) 2023-10-27 01:34:39 -07:00
Utkarsh Umesan Pillai 8463f60a51
Update CHANGELOG for 1.6.0-beta.2 release for non-core components (#4995) 2023-10-26 16:51:13 -07:00
Vishwesh Bankwar 74ad003000
[HttpClient & ASP.NET Core] Change metric descriptions as per spec (#4990) 2023-10-26 16:19:13 -07:00
Vishwesh Bankwar f7b4ae1b67
Add `url.scheme` to `http.client.request.duration` metric (#4989) 2023-10-26 14:55:15 -07:00
Timothy Mothra 3c3ba093d5
Improve changelog to indicate which version of sdk (#4991) 2023-10-26 14:12:52 -07:00
Mikel Blanchard cd8de07562
[sdk] Generate a consistent instanceId for the lifetime of a process (#4988) 2023-10-25 14:07:34 -07:00
Julius Koval c0a55775b4
making OtlpLogExporter public (#4979) 2023-10-25 10:42:02 -07:00
Cijo Thomas 637ddcfe4c
Benchmarks for metrics modified to have a metric reader (#4974) 2023-10-24 10:33:31 -07:00
Vishwesh Bankwar faa70be1b3
Remove Enrich and Filter for ASP.NET Core metrics (#4981)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2023-10-23 15:44:15 -07:00
Vishwesh Bankwar d07d03086a
Add support for .NET8.0 HttpClient metrics (#4931) 2023-10-20 13:47:28 -07:00
Vishwesh Bankwar 38e21a99bb
[ASP.NET Core] Add support for .NET8.0 specific metrics (#4934) 2023-10-20 12:40:38 -07:00
Mikel Blanchard 50d3af0aff
[repo] Fix conflicts caused by DS upgrade (#4967) 2023-10-19 16:47:01 -07:00
Mikel Blanchard 0f58eb153f
[repo] Public API file cleanup part 4 (#4969) 2023-10-19 14:42:46 -07:00
Mikel Blanchard 296b62de6a
[repo] Public API file cleanup part 3 (#4966) 2023-10-19 11:34:08 -07:00
Mikel Blanchard aa32b119b4
[repo] Public API file cleanup part 2 (#4962) 2023-10-18 17:52:06 -07:00
Mikel Blanchard d04fb289d9
[repo] Public API file cleanup part 1 (#4960) 2023-10-18 11:57:12 -07:00
Vishwesh Bankwar 1ec7a63571
Add .NET8.0 targets to projects (#4918) 2023-10-17 19:48:13 -07:00
Utkarsh Umesan Pillai 83ea1ec83d
Update DiagnosticsSource package version (#4959) 2023-10-17 17:56:47 -07:00
Reiley Yang c257ba598d
Minor clean up for console logging doc (#4949) 2023-10-16 20:38:29 -07:00
Utkarsh Umesan Pillai e66f4f3bf7
Fix publish package workflow (#4954) 2023-10-16 17:04:10 -07:00
Utkarsh Umesan Pillai f63b0adf64
Update CHANGELOG for 1.7.0-alpha.1 (#4952) 2023-10-16 15:05:17 -07:00
Vishwesh Bankwar 33fdd4769a
Add ability to export attributes corresponding to `Logrecord.EventId` (#4925) 2023-10-16 14:05:40 -07:00
Vishwesh Bankwar 037cda86d8
[OTLP] Export LogRecord.CategoryName as InstrumentationScope name (#4941) 2023-10-16 13:17:38 -07:00
Reiley Yang 18c85fa403
Bump Microsoft.Extensions.Logging to net8 - part 2 (#4933) 2023-10-13 12:22:35 -07:00
Vishwesh Bankwar b091af1899
[ASP.NET Core] Disable Flaky test (#4947) 2023-10-13 09:36:29 -07:00
Mikel Blanchard 865bcb64a5
[repo] Package validation tweaks deux (#4927) 2023-10-12 18:04:18 -07:00
Mikel Blanchard 8cc43f23e2
[sdk] Ignore event counters in debug EventListener (#4942) 2023-10-12 11:05:16 -07:00
Yun-Ting Lin 59f1d2ce8d
unblock documentation-only PRs for aot-ci (#4938) 2023-10-11 16:55:07 -07:00
Piotr Kiełkowicz 3c2bb7c93d
Fix `TraceContextPropagator` behavior when trace parent flags contain… (#4893) 2023-10-06 16:37:44 -07:00
Reiley Yang eaf1d88021
Update examples to support net8.0 (#4902) 2023-10-06 16:16:23 -07:00
Reiley Yang f01db2bdfb
Bump Microsoft.Extensions.Logging to net8 (#4920) 2023-10-06 10:58:04 -07:00
Vishwesh Bankwar d76542e9da
[ASP.NET Core] Add net8 target (#4924) 2023-10-05 17:53:59 -07:00
Timothy Mothra be45aab2ba
[Instrumentation.Http] follow up from previous pr (#4919) 2023-10-05 17:17:53 -07:00
Mikel Blanchard c2293e088e
[repo] Package validation tweaks (#4923) 2023-10-05 15:05:37 -07:00
Mikel Blanchard d4d5122316
[api] Fix memory leaks in TracerProvider.GetTracer API (#4906) 2023-10-05 11:41:32 -07:00
Dan Nelson 3e885c77f2
[hosting] Register OpenTelemetry at the beginning of IServiceCollection (#4883)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2023-10-05 11:11:58 -07:00
mfogliatto f63e6e5362
[repo] Uptake .NET Package Validation (#4767)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2023-10-05 09:57:27 -07:00