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

Add sdk/log, stdoutlog, and otlploghttp to next release #5240

Merged
merged 5 commits into from Apr 20, 2024

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Apr 19, 2024

The logs SDK is at a point where it, and its related exporters, can be released as alpha modules. This updates our releasing configuration and changelog to stage this change.

The changelog is also updated to remove changes to sdk/log that have not already been released. These changes do not need to be communicated to the end-user as they have not started using the code that is changed.

Include go.opentelemetry.io/otel/sdk/log,
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp, and
go.opentelemetry.io/otel/exporters/stdout/stdoutlog in the
experimental-logs module set.
@MrAlias MrAlias added pkg:SDK Related to an SDK package area:logs Part of OpenTelemetry logs pkg:exporter:otlp Related to the OTLP exporter package pkg:exporter:stdout Related to the stdout exporter package labels Apr 19, 2024
@MrAlias MrAlias added this to the v1.26.0 milestone Apr 19, 2024
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.6%. Comparing base (727395a) to head (149bf52).

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #5240   +/-   ##
=====================================
  Coverage   84.5%   84.6%           
=====================================
  Files        258     258           
  Lines      17348   17348           
=====================================
+ Hits       14675   14677    +2     
+ Misses      2362    2360    -2     
  Partials     311     311           

see 1 file with indirect coverage changes

Copy link
Member

@XSAM XSAM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pellared pellared merged commit 48f028f into open-telemetry:main Apr 20, 2024
27 checks passed
@MrAlias MrAlias deleted the sdk-release branch April 20, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:logs Part of OpenTelemetry logs pkg:exporter:otlp Related to the OTLP exporter package pkg:exporter:stdout Related to the stdout exporter package pkg:SDK Related to an SDK package
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants