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

OpenTelemetry.Internal.OpenTelemetrySdkEventSource

EventSource implementation for OpenTelemetry SDK implementation.
public static readonly OpenTelemetrySdkEventSource Log

public void ActivityStarted(Activity activity)

public void ActivityStarted(string name, string id)

public void ActivityStopped(Activity activity)

public void ActivityStopped(string name, string id)

public void DroppedExportProcessorItems(string exportProcessorName, string exporterName, long droppedCount)

public void DuplicateMetricInstrument(string instrumentName, string meterName, string reason, string fix)

public void ExistsDroppedExportProcessorItems(string exportProcessorName, string exporterName, long droppedCount)

public void InvalidArgument(string methodName, string argumentName, string issue)

public void InvalidConfigurationValue(string key, string value)

public void LoggerParseStateException<TState>(Exception exception)

public void LoggerParseStateException(string type, string error)

public void LoggerProcessStateSkipped<TState>()

public void LoggerProcessStateSkipped(string type, string reason)

public void LoggerProviderException(string methodName, Exception ex)

public void LoggerProviderException(string methodName, string ex)

public void LoggerProviderSdkEvent(string message)

public void MeasurementDropped(string instrumentName, string reason, string fix)

public void MeterProviderException(string methodName, Exception ex)

public void MeterProviderException(string methodName, string ex)

public void MeterProviderSdkEvent(string message)

public void MetricInstrumentDeactivated(string instrumentName, string meterName)

public void MetricInstrumentIgnored(string instrumentName, string meterName, string reason, string fix)

public void MetricInstrumentRemoved(string instrumentName, string meterName)

public void MetricReaderEvent(string message)

public void MetricReaderException(string methodName, Exception ex)

public void MetricReaderException(string methodName, string ex)

public void MetricViewException(string source, Exception ex)

public void MetricViewException(string source, string ex)

public void MetricViewIgnored(string instrumentName, string meterName, string reason, string fix)

public void NoDroppedExportProcessorItems(string exportProcessorName, string exporterName)

public void ObservableInstrumentCallbackException(string exception)

public void OpenTelemetryLoggerProviderEvent(string message)

public void OpenTelemetryLoggerProviderForceFlushInvoked(int timeoutMilliseconds)

public void ProcessorForceFlushInvoked(string processorType, bool result)

public void ProviderDisposed(string providerName)

public void SelfDiagnosticsFileCreateException(string logDirectory, Exception ex)

public void SelfDiagnosticsFileCreateException(string logDirectory, string exception)

public void SpanProcessorException(string evnt, Exception ex)

public void SpanProcessorException(string evnt, string ex)

public void TracerProviderException(string evnt, Exception ex)

public void TracerProviderException(string evnt, string ex)

public void TracerProviderSdkEvent(string message)

public void TracesSamplerArgConfigInvalid(string configValue)

public void TracesSamplerConfigInvalid(string configValue)