Rajkumar Rangaraj
Rajkumar Rangaraj
We should avoid using the `AddProbabilitySampler` API. Probability sampling is currently an active area of work in the OpenTelemetry Sampler SIG, and the specification is still in development ([reference](https://opentelemetry.io/docs/specs/otel/trace/tracestate-probability-sampling-experimental/)). Introducing...
> @rajkumar-rangaraj Can you confirm if this is addressed? Yes @cijothomas, this part is fixed in tracer shim. PR #994
In addition to Vishwesh's input, here are my thoughts. While I understand that this customization would make auto-instrumentation easier, I believe we should avoid introducing such customizations directly into the...
If the Enrich* functions are not developer-friendly and are causing difficulties, our priority should be to address and improve their usability within the instrumentation libraries rather than seeking alternative solutions.
> Any progress on this? The latest version of the OTLP exporter for .NET no longer depends on `Grpc.Net.Client` and allows users to control `HttpClient` similarly to OTLP/HTTP. Have you...
closing as duplicate of #5054
@srivadiMicrosoft Could you please provide us [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) which explains this issue? Once we have the repro will check to identify why one of the column was not set.
Looks like you are incorrectly using log string interpolation. Again interpolation is not recommended. Please follow the recommendation documented here that should solve the issue - https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/logs#structured-logging
@srivadiMicrosoft My earlier recommendation was to follow the samples from https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/logs#structured-logging. The action plan has not changed yet; please follow the samples in that article. Those samples update both the...
@tovich37 This is a PR from the [Azure SDK repo.](https://github.com/Azure/azure-sdk-for-net/pull/41493/files?form=MG0AV3) It contains a sample for the LogFilteringProcessor and its registration. Check if that could help you. We plan to document...