OpenTelemetry.Internal.SelfDiagnostics
Self diagnostics class captures the EventSource events sent by OpenTelemetry
modules and writes them to local file for internal troubleshooting.
namespace OpenTelemetry.Internal
{
internal sealed class SelfDiagnostics : IDisposable
{
public static void EnsureInitialized();
public void Dispose();
}
}