Skip to content

Release 1.25.0 #3775

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

Merged
merged 3 commits into from
Mar 20, 2025
Merged

Release 1.25.0 #3775

merged 3 commits into from
Mar 20, 2025

Conversation

pellared
Copy link
Contributor

@pellared pellared commented Mar 20, 2025

This release adds experimental logs support. Set OTEL_LOGS_EXPORTER=otlp to enable logs support. However, take notice that, as of now, the OpenTelemetry Go Logs API is not stable.

The release requires at least Go 1.23.

This release upgrades OpenTelemetry Go to v1.35.0/v0.57.0/v0.11.0 and OpenTelemetry Go Contrib to v1.35.0/v0.60.0/v0.29.0/v0.15.0/v0.10.0/v0.8.0/v0.7.0.

Added

  • Add logs support and OTEL_LOGS_EXPORTER environment variable.
    OTEL_LOGS_EXPORTER accepts:

    • none - logs disabled,
    • otlp - OTLP gRPC exporter.

    Currently, OTEL_LOGS_EXPORTER defaults to none as the OpenTelemetry Go Logs API and SDK are not stable yet. Set OTEL_LOGS_EXPORTER=otlp to enable logs support. (distro: Add opt-in logs support #3673)

Removed

@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.43%. Comparing base (0d25115) to head (40086c6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3775   +/-   ##
=======================================
  Coverage   79.43%   79.43%           
=======================================
  Files          88       88           
  Lines        3560     3560           
=======================================
  Hits         2828     2828           
  Misses        655      655           
  Partials       77       77           
Flag Coverage Δ
Linux 79.15% <100.00%> (ø)
Windows 75.24% <100.00%> (ø)
macOS 75.25% <100.00%> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pellared pellared marked this pull request as ready for review March 20, 2025 11:43
@pellared pellared requested review from a team as code owners March 20, 2025 11:43
@pellared pellared merged commit 60e5a70 into main Mar 20, 2025
13 of 14 checks passed
@pellared pellared deleted the rel-1.25.0 branch March 20, 2025 15:32
@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants