Skip to content

Commit 48f028f

Browse files
authoredApr 20, 2024
Add sdk/log, stdoutlog, and otlploghttp to next release (#5240)
* Add sdk/log, stdoutlog, and otlploghttp to next release 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. * Add releases to changelog * Remove unreleased module changes
1 parent 727395a commit 48f028f

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed
 

‎CHANGELOG.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1111
### Added
1212

1313
- Add `Recorder` in `go.opentelemetry.io/otel/log/logtest` to facilitate testing the log bridge implementations. (#5134)
14-
- The `DroppedAttributes` is added to the `"go.opentelemetry.io/otel/sdk/log".Record` type.
15-
This method can be used to determine how many log attributes were dropped from the `Record` due to limits being exceeded. (#5190)
1614
- Add span flags to OTLP spans and links exported by `go.opentelemetry.io/otel/exporters/otlp/otlptrace`. (#5194)
15+
- Make the initial alpha release of `go.opentelemetry.io/otel/sdk/log`.
16+
This new module contains the Go implementation of the OpenTelemetry Logs SDK.
17+
This module is unstable and breaking changes may be introduced.
18+
See our [versioning policy](VERSIONING.md) for more information about these stability guarantees. (#5240)
19+
- Make the initial alpha release of `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp`.
20+
This new module contains an OTLP exporter that transmits log telemetry using HTTP.
21+
This module is unstable and breaking changes may be introduced.
22+
See our [versioning policy](VERSIONING.md) for more information about these stability guarantees. (#5240)
23+
- Make the initial alpha release of `go.opentelemetry.io/otel/exporters/stdout/stdoutlog`.
24+
This new module contains an exporter prints log records to STDOUT.
25+
This module is unstable and breaking changes may be introduced.
26+
See our [versioning policy](VERSIONING.md) for more information about these stability guarantees. (#5240)
1727

1828
### Changed
1929

2030
- Update `go.opentelemetry.io/proto/otlp` from v1.1.0 to v1.2.0. (#5177)
2131
- Improve performance of baggage member character validation in `go.opentelemetry.io/otel/baggage`. (#5214)
2232

23-
### Removed
24-
25-
- The `AttributeCountLimit` on the `"go.opentelemetry.io/otel/sdk/log".Record` type is removed. (#5190)
26-
- The `AttributeValueLengthLimit` on the `"go.opentelemetry.io/otel/sdk/log".Record` type is removed. (#5190)
27-
2833
## [1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05
2934

3035
### Added

‎versions.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ module-sets:
3737
version: v0.1.0-alpha
3838
modules:
3939
- go.opentelemetry.io/otel/log
40+
- go.opentelemetry.io/otel/sdk/log
41+
- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
42+
- go.opentelemetry.io/otel/exporters/stdout/stdoutlog
4043
experimental-schema:
4144
version: v0.0.8
4245
modules:
4346
- go.opentelemetry.io/otel/schema
4447
excluded-modules:
4548
- go.opentelemetry.io/otel/internal/tools
46-
- go.opentelemetry.io/otel/sdk/log
47-
- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
48-
- go.opentelemetry.io/otel/exporters/stdout/stdoutlog

0 commit comments

Comments
 (0)