OpenTelemetry.Internal.SelfDiagnosticsConfigParser
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();
}
}