Robert Pająk

Results 227 issues of Robert Pająk

Add WCF "source" instrumentation using https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Wcf

Related issue in SDK: https://github.com/open-telemetry/opentelemetry-dotnet/issues/3417 We want to leverage the SDK to support `OTEL_METRIC_EXPORT_INTERVAL` and `OTEL_METRIC_EXPORT_TIMEOUT`. We want to remove the implementation of `OTEL_METRIC_EXPORT_INTERVAL` on our side.

enhancement
blocked:sdk:1.4.0

`ApplicationIsNotIncluded` test asserts the current wrong behavior. Search for `https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/895` in code. Looks like a not finished "next step" after https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/275

bug

Per [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#prometheus-exporter) Ideally, it should be supported by the OTel .NET SDK: https://github.com/open-telemetry/opentelemetry-dotnet/issues/3396

enhancement

Do we know the possible exceptions? we do not want to catch exceptions like `OutOfMemoryException`? The same comment applies to other `catch` statements in this PR. As for me, it...

1. Update the GH workflow to additionally run integration tests in an Alpine container. 2. Start releasing binaries for Alpine. 3. Fix issues if there are any.

Build an nuget package that adjusts all of the dependency references so that it can be used to mitigate the issue when the application uses a different version of OTel...

## What Add support for `OTEL_LOG_LEVEL`. The supported values could be: - `none` - `error` - `warn` - `info` - `debug` ## Why It would be good to add a...

enhancement

[Datadog](https://github.com/DataDog/dd-trace-dotnet) has recently made significant improvements in their native code. One of the great improvements is getting rid of `integrations.json` in favor of [`InstrumentationDefinitions`](https://github.com/DataDog/dd-trace-dotnet/blob/cee205b58877fd337a6dd2648860b0ce4d48fee7/tracer/src/Datadog.Trace/ClrProfiler/InstrumentationDefinitions.Generated.cs). I believe this code is a...