Cijo Thomas

Results 1310 comments of Cijo Thomas

> At present, there are few plug-in types of opentelemetry. Only SqlClient is easy to use. You can refer to skyapm Net has many plug-ins with complete functions, and the...

Need to move away from this to the recommended way: https://github.com/open-telemetry/opentelemetry-dotnet/issues/2081

The handler code is not expected to throw exceptions, so do we need anything else to protect from this?

The package has a stable release now, and it did not include any additional attributes. We can now explore adding ExceptionType. This is a good dimension to be added to...

EventCounter instruemntation is general purpose - it can subscribe to any configured EventCounters, and turn them into OTel metrics. Runtime instrumentation - is a instrumentation for a set of runtime...

A new exporter should be written to meet this requirement following the guide here : https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/trace/extending-the-sdk#exporter Exporter gets all traces, and it can in-turn emit it to `ILogger`.

@xyq175com I would not recommend picking this issue. This is an advanced feature, and is not recommended for a beginner to this project. While Geneva exporter is a ETW exporter,...

> Do you mean this issue will be easy fix after the format changed to TLD? No. TLD switch will help any outside Microsoft to see the output using standard...

No. We dont want to modify env_ex_msg with the stacktrace. its meant for Message only, and stacktrace must be stored differently.

`OpenTelemetry.Extensions` is my suggestion. (version name already indicate "non stable").