Piotr Kiełkowicz
Piotr Kiełkowicz
Fixes #20
.NET9 will bring extended audit for vulnerable references including all indirect references. It can be replicated also on older versions by compiling projects with following options ```xml true all low...
> It is not the best option to upgrade it now. It is better option to wait and make upgrade when we drop .net6 and .net7 support. This package is...
As a maintainer I would like to have .NET SDK consistency check between docker files and pipeline definitions. The goal is to prevent merges such as #3573 and #3577 without...
# Feature Request Support https://github.com/open-telemetry/opentelemetry-specification/blob/dd47c009da1de335c540decc5d5930e46ea61916/specification/metrics/sdk_exporters/otlp.md#additional-configuration ## Notes Found while working on https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2009 The second missing env. var. is https://github.com/open-telemetry/opentelemetry-dotnet/issues/3756
# Feature Request Support for `OTEL_EXPORTER_ZIPKIN_TIMEOUT` based on https://github.com/open-telemetry/opentelemetry-specification/blob/dd47c009da1de335c540decc5d5930e46ea61916/specification/sdk-environment-variables.md?plain=1#L246 ## Additional Context Found while working on https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2009
# Feature Request Support for `OTEL_EXPORTER_PROMETHEUS_HOST` and `OTEL_EXPORTER_PROMETHEUS_PORT` based on https://github.com/open-telemetry/opentelemetry-specification/blob/dd47c009da1de335c540decc5d5930e46ea61916/specification/sdk-environment-variables.md?plain=1#L263-L264 ## Additional Context Found while working on https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2009
# Feature Request from https://github.com/open-telemetry/opentelemetry-specification/blob/dd47c009da1de335c540decc5d5930e46ea61916/specification/error-handling.md?plain=1#L37-L43 ```md SDK implementations MUST allow end users to change the library's default error handling behavior for relevant errors. Application developers may want to run with...
# Feature Request Support for `otel.dropped_attributes_count`, `otel.dropped_events_count`, `otel.dropped_links_count` for non-otlp protocol based on https://github.com/open-telemetry/opentelemetry-specification/blob/dd47c009da1de335c540decc5d5930e46ea61916/specification/common/mapping-to-non-otlp.md?plain=1#L69-L95 For OTLP it was introduced in scope of https://github.com/open-telemetry/opentelemetry-dotnet/pull/3580 ## Additional Context Found while working on...
# Feature Request Supoort for the compresion env. vars in the OTLP exporter. Specfication: https://github.com/open-telemetry/opentelemetry-specification/blob/0a4c6656d1ac1261cfe426b964fd63b1c302877d/specification/protocol/exporter.md?plain=1#L39-L41 **Describe the solution you'd like:** Possibility to configure compression based on appropriate class properties and...