Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdk] Organize related files into sub-folders #5706

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

CodeBlanch
Copy link
Member

Changes

  • Organize the SDK project a bit by moving related things into sub-folders:

    • Logs\Processor
    • Trace\Processor
    • Trace\Sampler
    • Metrics\MetricPoint
    • Metrics\Reader
    • Metrics\View

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)

@CodeBlanch CodeBlanch requested a review from a team June 20, 2024 21:08
@github-actions github-actions bot added the pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package label Jun 20, 2024
@github-actions github-actions bot added the documentation Documentation related label Jun 20, 2024
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.12%. Comparing base (6250307) to head (13f9449).
Report is 267 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5706      +/-   ##
==========================================
+ Coverage   83.38%   86.12%   +2.73%     
==========================================
  Files         297      254      -43     
  Lines       12531    11054    -1477     
==========================================
- Hits        10449     9520     -929     
+ Misses       2082     1534     -548     
Flag Coverage Δ
unittests ?
unittests-Project-Experimental 86.10% <ø> (?)
unittests-Project-Stable 86.12% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
.../Processor/BatchExportLogRecordProcessorOptions.cs 100.00% <ø> (ø)
...ry/Logs/Processor/BatchLogRecordExportProcessor.cs 88.88% <ø> (ø)
.../Logs/Processor/LogRecordExportProcessorOptions.cs 81.81% <ø> (ø)
...y/Logs/Processor/SimpleLogRecordExportProcessor.cs 100.00% <ø> (ø)
...ics/MetricPoint/Base2ExponentialBucketHistogram.cs 100.00% <ø> (ø)
...Metrics/MetricPoint/ExponentialHistogramBuckets.cs 100.00% <ø> (ø)
...ry/Metrics/MetricPoint/ExponentialHistogramData.cs 100.00% <ø> (ø)
...enTelemetry/Metrics/MetricPoint/HistogramBucket.cs 100.00% <ø> (ø)
...nTelemetry/Metrics/MetricPoint/HistogramBuckets.cs 100.00% <ø> (ø)
...c/OpenTelemetry/Metrics/MetricPoint/MetricPoint.cs 94.24% <ø> (ø)
... and 26 more

... and 155 files with indirect coverage changes

@CodeBlanch CodeBlanch merged commit 37b5f92 into open-telemetry:main Jun 24, 2024
40 checks passed
@CodeBlanch CodeBlanch deleted the sdk-reorg branch June 24, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation related pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants