opentelemetry-dotnet
opentelemetry-dotnet copied to clipboard
The OpenTelemetry .NET Client
# Bug Report List of [NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 0.4.0-beta.2`): * 1.0.1 Runtime version (e.g. `net461`, `net48`, `netcoreapp2.1`, `netcoreapp3.1`, etc. You can find this...
## Changes - Use the same "locking" mechanism for `Update` and `TakeSnapshot` methods - Remove `HistogramBuckets.LockObject` ### Stress Test Results (high contention) with Prometheus Exporter scraping interval = 10s Multiple...
Open Telemetry version: 1.0.0-rc9.3 .NET version: 6.0.7 I was trying different things using OTel in .NET and it worked as expected while having the AddHttpClientInstrumentation and AddAspNetCoreInstrumentation enabled. visualization was...
# Feature Request **Is your feature request related to a problem?** Currently the Activity's display name is set to the MVC template (aka route pattern), which can be confusing as...
# Bug Report List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 1.0.2`): * OpenTelemetry 1.2.0-rc2 * OpenTelemetry.Exporter.Prometheus 1.2.0-rc2 Runtime version (e.g. `net461`, `net48`, `netcoreapp3.1`,...
Fixes #1215 - Multiple registrations no longer allowed Relates to #3086 - Adds a mechanism to do this (see scenarios) Relates to #1642 - Moves all of the dependency bits...
Related to https://github.com/open-telemetry/opentelemetry-dotnet/issues/3118
## Summary This PR brings an implementation for HTTP retries and redirects instrumentation defined in [opentelemetry-specification #2078](https://github.com/open-telemetry/opentelemetry-specification/pull/2078). This is the second attempt to add the implementation (#2756 was the first...
I'm investigating why Codecov often reports Impacted Files that are not modified by the PR. ## Take this PR as an example: #3546. This PR changes 3 files related to...
The OpenTelemetry.Exporter.Prometheus.AspNetCore project currently targets `net6.0`. End users on earlier versions of .NET will not be able to use the exporter. Should we attempt to offer support for earlier versions?...