Paulo Janotti
Paulo Janotti
The `InstrumentationTarget` items in `OpenTelemetry.AutoInstrumentation.BuildTasks.targets` can be automatically generated and updated from a single location, e.g.: `src/OpenTelemetry.AutoInstrumentation/InstrumentationDefinitions.cs`.
Initial PR conditionally handling instrumentation packages only handles `MongoDB.Driver.Core` and `StackExchange.Redis`. This issue is to list and track the move of the remaining instrumentation packages. AspNetCore packages may require special...
It seems that the blockers that existed when the instrumentation was originally added are not an issue anymore, see https://cloud-native.slack.com/archives/C01NR1YLSE7/p1684769872359809 While I don't recall any request to support this instrumentation...
We removed this quite some time ago since the CI used at the time didn't support arm64. As time goes by arm64 is getting more popular and we should build...
ModuleLoadFinished native logs do not include the assembly version that was loaded. This information is helpful when investigating issues on the .NET Fx and should be added at least when...
The [current code](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/fb1e0e38765ae5c092401b4035020d85d22cc8bf/src/OpenTelemetry.AutoInstrumentation/Logging/OtelLogging.cs#L66) uses the current AppDomain friendly name to generate part of the log file name. However, the friendly name can contain invalid chars for a file name or...
Add a static analysis tool for native code. It will be beneficial to add a tool like `clang-tidy` or `CppCheck` to inspect our native code. Relatest to #1356 which handles...
### Problem (This is based on my experience with v0.19.0.) `testcontainers-go` currently doesn't support "Windows containers": it has some hard-coded defaults that don't consider the possibility of Windows containers. Some...
We are missing information on how to add attributes to spans. The issue was prompted by this discussion on gitter: >Nick Chappell @nickchappell 12:12 is it a known bug or...
(Per [comment](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/157#issuecomment-2073481102) on the release repo, before, re-adding an MSI to the release artifacts it is desirable to give visibility to the MSI behavior) # MSI Design * There will...