opentelemetry-dotnet icon indicating copy to clipboard operation
opentelemetry-dotnet copied to clipboard

Incorrect namespace issue

Open cijothomas opened this issue 4 years ago • 1 comments

The following classes are in the root OpenTelemetry ns, as opposed to being in .Trace or .Logs namespace. Given this was not identified before 1.0.0 stable, changing this now would be breaking change. This issue is opened for tracking fixing this when we do a major bump.

https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry/SimpleActivityExportProcessor.cs#L19 https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry/BatchActivityExportProcessor.cs#L19 https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry/SimpleLogRecordExportProcessor.cs#L19 https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry/BatchLogRecordExportProcessor.cs#L19

cijothomas avatar Nov 02 '21 18:11 cijothomas

This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.

github-actions[bot] avatar Feb 06 '25 03:02 github-actions[bot]