Skip to content

Commit a5ec3fc

Browse files
authored
Add experimental-logs module set (#4961)
Include the go.opentelemetry.io/otel/log module in the new module set. Use the version v0.0.1-alpha for the new module. This follows the go.opentelemetry.io/auto projects use of the alpha suffix to communicate extra clear the alpha state of the module.
1 parent 27e495d commit a5ec3fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The next release will require at least [Go 1.21].
1616
- Support [Go 1.22]. (#4890)
1717
- Add exemplar support to `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`. (#4900)
1818
- Add exemplar support to `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`. (#4900)
19+
- The `go.opentelemetry.io/otel/log` module is added.
20+
This module includes OpenTelemetry Go's implementation of the Logs Bridge API.
21+
This module is in an alpha state, it is subject to breaking changes
22+
See our [versioning policy](./VERSIONING.md) for more info. (#4961)
1923

2024
### Fixed
2125

versions.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ module-sets:
4444
modules:
4545
- go.opentelemetry.io/otel/example/prometheus
4646
- go.opentelemetry.io/otel/exporters/prometheus
47+
experimental-logs:
48+
version: v0.0.1-alpha
49+
modules:
50+
- go.opentelemetry.io/otel/log
4751
experimental-schema:
4852
version: v0.0.7
4953
modules:
5054
- go.opentelemetry.io/otel/schema
5155
excluded-modules:
5256
- go.opentelemetry.io/otel/internal/tools
53-
- go.opentelemetry.io/otel/log

0 commit comments

Comments
 (0)