Vishwesh Bankwar
Vishwesh Bankwar
Currently, `ASP.NET Core` metric instrumentation has added support for Enrich and Filter (https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Instrumentation.AspNetCore/AspNetCoreMetricsInstrumentationOptions.cs). A similar functionality for `HttpClient` does not exist today. These features will be **removed** prior to stable...
Spec: [OTEL_INSTRUMENTATION_HTTP_KNOWN_METHODS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#:~:text=If%20the%20HTTP%20instrumentation,addition%20to%20the%20defaults)
As per the [specification](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#:~:text=3xx%20codes%20with%20max%20redirects%20exceeded), instrumentations MUST set the Activity Status to `Error` if the client reaches max number of redirects without a successful response code. This is currently not possible...
#### Issue https://github.com/open-telemetry/opentelemetry-dotnet/pull/5097 removes support for grpc instrumentation. This is done to unblock stable release of instrumentation library which will contain support for http server instrumentation. Semantic conventions for grpc...
Fixes #. ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [ ] Appropriate `CHANGELOG.md`...
**Issue Description**: Currently, the OTLP exporter specification requires implementations to include the capability for retrying in case of transient errors. However, the current specification lacks prescriptiveness regarding the implementation details....
### Package OpenTelemetry.Exporter.OpenTelemetryProtocol ### Is your feature request related to a problem? Relates to https://github.com/open-telemetry/opentelemetry-dotnet/issues/4395. Depending on Google.Protobuf has multiple issues associated with it. #4395 notes the impact on auto-instrumentation...
Fixes # Design discussion issue # ## Changes Adding some clarification on sequencing. This is a commonly asked question/issue. ## Merge requirement checklist * [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/CONTRIBUTING.md) guidelines followed (license...
Unit tests validating the behavior (i.e. whether the output span will contain the exception event) was added in https://github.com/open-telemetry/opentelemetry-dotnet/pull/3761. Opening this issue to summarize the details and discuss any improvements...