Robert Pająk

Results 828 comments of Robert Pająk

Leaving a few notes before I forget. It could be probably applied for all dependencies that could be vendored (like OTel libraries). It does not apply to `System.Diagnostics` and instrumented...

On .NET Framework we just use [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Instrumentation.Http) to instrument incoming HTTP requests. So it clearly won't work for out-of-the-box. I have found out that there is a way to instrument...

> Is this a replacement for #45? I guess so 👍 Especially in the light of https://github.com/open-telemetry/opentelemetry-collector/pull/2604#issuecomment-995573206

I would like to discuss the potential API and behavior changes that are expected as part of this issue. I see two "types" of configuration that can be done via...

https://github.com/open-telemetry/opentelemetry-dotnet/blob/6b7f2dd77cf9d37260a853fcc95f7b77e296065d/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/ActivityExtensions.cs#L199 Does it mean that we cannot limit them and support *_LIMIT env vars?

By @reyang from [Slack thread](https://cloud-native.slack.com/archives/C01N3BC2W7Q/p1631125173035600): Environmental variables handling: 1. If we don't have access to the environment variable (due to security reason), we'll proceed as if nothing is set in...

Please do not call it "agent". The upcoming 0.5.0 release will contain many changes in the configuration settings to avoid the possibility of possible breaking changes in future. We will...

[0.5.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.5.0) is released. CC @carlosalberto

> I think that we need some brand new service for this purposes. I would like to avoid mixing library instrumentation with auto-instrumentation. It is not typical usage. > >...

@austinlparker Can you please reopen it? I do not think creating a new one is a good idea as we would lose the discussion. I think the .NET Automatic Instrumentation...