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

OpenTelemetry.Internal.OpenTelemetrySdkEventSource

EventSource implementation for OpenTelemetry SDK implementation.
namespace OpenTelemetry.Internal { internal sealed class OpenTelemetrySdkEventSource : EventSource, IConfigurationExtensionsLogger { public static readonly OpenTelemetrySdkEventSource Log; public void SpanProcessorException(string evnt, Exception ex); public void MetricObserverCallbackException(Exception exception); public void MetricReaderException(string methodName, Exception ex); public void ActivityStarted(Activity activity); public void ActivityStopped(Activity activity); public void SelfDiagnosticsFileCreateException(string logDirectory, Exception ex); public void TracerProviderException(string evnt, Exception ex); public void MeterProviderException(string methodName, Exception ex); public void DroppedExportProcessorItems(string exportProcessorName, string exporterName, long droppedCount); public void LoggerParseStateException<[System.Runtime.CompilerServices.Nullable(2)] TState>(Exception exception); public void LoggerProviderException(string methodName, Exception ex); public void LoggerProcessStateSkipped<TState>(); public void MetricViewException(string source, Exception ex); public void SpanProcessorException(string evnt, string ex); public void InvalidArgument(string methodName, string argumentName, string issue); public void ObservableInstrumentCallbackException(string exception); public void ActivityStarted(string name, string id); public void ActivityStopped(string name, string id); public void SelfDiagnosticsFileCreateException(string logDirectory, string exception); public void TracerProviderException(string evnt, string ex); public void NoDroppedExportProcessorItems(string exportProcessorName, string exporterName); public void ExistsDroppedExportProcessorItems(string exportProcessorName, string exporterName, long droppedCount); public void MetricInstrumentIgnored(string instrumentName, string meterName, string reason, string fix); public void MetricReaderException(string methodName, string ex); public void MeterProviderException(string methodName, string ex); public void MeasurementDropped(string instrumentName, string reason, string fix); public void ProviderDisposed(string providerName); public void DuplicateMetricInstrument(string instrumentName, string meterName, string reason, string fix); public void MeterProviderSdkEvent(string message); public void MetricReaderEvent(string message); public void MetricViewIgnored(string instrumentName, string meterName, string reason, string fix); public void ProcessorForceFlushInvoked(string processorType, bool result); public void OpenTelemetryLoggerProviderEvent(string message); public void OpenTelemetryLoggerProviderForceFlushInvoked(int timeoutMilliseconds); public void TracerProviderSdkEvent(string message); public void InvalidConfigurationValue(string key, string value); public void LoggerParseStateException(string type, string error); public void LoggerProviderSdkEvent(string message); public void LoggerProviderException(string methodName, string ex); public void LoggerProcessStateSkipped(string type, string reason); public void MetricInstrumentDeactivated(string instrumentName, string meterName); public void MetricInstrumentRemoved(string instrumentName, string meterName); public void TracesSamplerConfigInvalid(string configValue); public void TracesSamplerArgConfigInvalid(string configValue); public void MetricViewException(string source, string ex); public OpenTelemetrySdkEventSource(); } }