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

log: Make whole Logs API user-facing #6167

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

pellared
Copy link
Member

@pellared pellared commented Jan 16, 2025

Reason: open-telemetry/opentelemetry-specification#4352

Prior-art: #6018
Support for EventName field will be added in separate PRs.

@pellared pellared changed the title log: Remove the notices fom Logger to make the whole Logs API user-facing log: Make whole Logs API user-facing Jan 16, 2025
@pellared pellared marked this pull request as ready for review January 16, 2025 13:27
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.2%. Comparing base (cbc3b6a) to head (ec28514).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #6167     +/-   ##
=======================================
- Coverage   82.2%   82.2%   -0.1%     
=======================================
  Files        273     273             
  Lines      23674   23674             
=======================================
- Hits       19478   19476      -2     
- Misses      3849    3851      +2     
  Partials     347     347             

see 2 files with indirect coverage changes

@pellared pellared self-assigned this Jan 16, 2025
@pellared pellared added this to the v1.34.0 milestone Jan 16, 2025
@pellared pellared merged commit e18299f into open-telemetry:main Jan 17, 2025
32 checks passed
@pellared pellared deleted the logs-user-facing branch January 17, 2025 06:00
MrAlias added a commit that referenced this pull request Jan 17, 2025
## Overview

### Changed

- Remove the notices from `Logger` to make the whole Logs API
user-facing in `go.opentelemetry.io/otel/log`. (#6167)

### Fixed

- Relax minimum Go version to 1.22.0 in various modules. (#6073)
- The `Type` name logged for the
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` client
is corrected from `otlphttpgrpc` to `otlptracegrpc`. (#6143)
- The `Type` name logged for the
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc` client
is corrected from `otlphttphttp` to `otlptracehttp`. (#6143)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants