<PackageReference Include="OpenTelemetry" Version="1.11.2" />

OpenTelemetry.Internal.SelfDiagnostics

sealed class SelfDiagnostics : IDisposable
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(); } }