Piotr Kiełkowicz
Piotr Kiełkowicz
# Issue with OpenTelemetry.Instrumentation.MySqlData 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.Instrumentation.MySqlData 1.0.0-beta.3 other are irrelevant. Runtime version (e.g. `net462`, `net48`,...
I do not found any script to refresh this file in case of changes in binary instrumentation. Do we have anything like this? _Originally posted by @Kielek in https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/979#discussion_r929519750_ Based...
# Feature Request Prometheus exporter is split into two independent packages https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.Prometheus.AspNetCore and https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.Prometheus.HttpListener Packages will be released together with 1.4.0 release.
# Research **Are you requesting automatic instrumentation for a framework or library? Please describe.** For now, we have two library-dependent instrumentation in our code base: * MongoDb, * MySql.Data. We...
# Discussion **References** - "if the user provides a value the SDK does not recognize, the SDK MUST generate a warning and gracefully ignore the setting" - https://github.com/open-telemetry/opentelemetry-specification/blob/1fd2db2ad56668959a2dc99551b76d0ff2fc1e9e/specification/sdk-environment-variables.md?plain=1#L24 - "The...
# Feature Request Based on #704 Add possibility to configure default timeout for http client for Zipkin exporter It can be done by creating custom http client factory as described...
# Feature Request Based on #704 Add possibility to configure default timeout for http client for OTLP exporter, at least for protobuf over http. It can be done by creating...
Similar to #323 Update DuckTyping based on changes from DataDog upstream (by passing to string method and others). Check at least https://github.com/DataDog/dd-trace-dotnet/commit/29f65ab3eaa93a249f650ec64eae6d6a4fcf0d3d and https://github.com/DataDog/dd-trace-dotnet/commit/9a287dc699cf87848b941fd0205417c9dc9d876f
Remove #pragma warning disable SYSLIB0014 from GraphQL integration tests. Replace `WebRequest.Create` with `HttpClient`. Old API may be removed in future .NET versions. _Originally posted by @Kielek in https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/383#discussion_r817828922_
For now, we are execute native tests only in context of .NET Framework 4.6.1. We should be able to execute it also on .NET (Core). Follow up to #338