Skip to content

Commit 721db8a

Browse files
author
Matthew Sainsbury
committed
add PR link to changelog
1 parent e8789f7 commit 721db8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

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

1313
- Added support for providing `endpoint`, `pollingIntervalMs` and `initialSamplingRate` using environment variable `OTEL_TRACES_SAMPLER_ARG` in `go.opentelemetry.io/contrib/samples/jaegerremote`. (#6310)
1414
- Added support exporting logs via OTLP over gRPC in `go.opentelemetry.io/contrib/config`. (#6340)
15-
- Added support for configuring `Certificate` field when configuring OTLP exporters in `go.opentelemetry.io/contrib/config`. (#6376)
15+
- Added support for configuring `Certificate`, `ClientCertificate`, and `ClientKey` field when exporting OTLP over gRPC in `go.opentelemetry.io/contrib/config`. (#6376) (#6378)
1616

1717
### Changed
1818

@@ -39,7 +39,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3939
- Use `baggagecopy.NewLogProcessor` when configuring a Log Provider.
4040
- `NewLogProcessor` accepts a `Filter` function type that selects which baggage members are added to the log record.
4141

42-
### Changed
42+
### Changed
4343

4444
- Transform raw (`slog.KindAny`) attribute values to matching `log.Value` types.
4545
For example, `[]string{"foo", "bar"}` attribute value is now transformed to `log.SliceValue(log.StringValue("foo"), log.StringValue("bar"))` instead of `log.String("[foo bar"])`. (#6254)

0 commit comments

Comments
 (0)