Utkarsh Umesan Pillai

Results 31 comments of Utkarsh Umesan Pillai

@kedare As @Tesouro-Chris pointed, it looks like `Marshal.GetExceptionPointers` is not supported for AOT. `SetErrorStatusOnException` method which is used to report [unhandled exceptions](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/trace/reporting-exceptions#unhandled-exception) adds an activity processor to the SDK which...

@willsbctm Currently, ConsoleExporter does not support JsonFormat for the output. Would you like to contribute to the repo by updating the ConsoleExporter to do that? We have had similar asks...

This is a bug in the SDK. When a Meter is disposed, `MeterListener.MeasurementsCompleted` for the instrument calls this method and marks `metric.InstrumentDisposed` to `true`. https://github.com/open-telemetry/opentelemetry-dotnet/blob/eaaf10ab00064ed83e010c5020ce17bf22e19c8a/src/OpenTelemetry/Metrics/MetricReaderExt.cs#L208-L211 If a meter and an...

@vidommet As a workaround, you could still use a static Meter for observable instruments that capture a reference to a disposable object. You could make use of the `CreateObservableGauge` overload...

> I believe that we're solved this in that all those examples won't cause a failure. A custom extension component can throw an exception. We need to formulate our stance...

@tgrieger-sf @idoublefirstt @yoziv and to anyone else who has expressed interest in this feature, please try out the `1.7.0-alpha.1` [version](https://www.nuget.org/packages/OpenTelemetry/1.7.0-alpha.1) of OpenTelemetry SDK which offers this feature. I'd really appreciate...

> @tgrieger-sf @idoublefirstt @yoziv and to anyone else who has expressed interest in this feature, please try out the `1.7.0-alpha.1` [version](https://www.nuget.org/packages/OpenTelemetry/1.7.0-alpha.1) of OpenTelemetry SDK which offers this feature. I'd really...

> If you are mentioned below, please consider to create requests https://github.com/open-telemetry/community/issues/new?assignees=&labels=area%2Fgithub-membership&projects=&template=membership.md&title=REQUEST%3A+New+membership+for+%3Cyour-GH-handle%3E. > > I will be happy to support you as a OTel member. I would be willing to...

@twenzel I would support. Please list me as one of the sponsors in the issue.

I can work on this if this still needs help.