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

OpenTelemetry.Internal.SelfDiagnosticsConfigParser

Parses the self-diagnostics configuration file.
namespace OpenTelemetry.Internal { internal sealed class SelfDiagnosticsConfigParser { public const string ConfigFileName = "OTEL_DIAGNOSTICS.json"; public bool TryGetConfiguration(out string logDirectory, out int fileSizeInKB, out EventLevel logLevel, out bool formatMessage); public SelfDiagnosticsConfigParser(); } }