Skip to content

Commit cd0319e

Browse files
committed
Add changes to changelog
1 parent b626fd8 commit cd0319e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8282
- Update the `RegisterCallback` method of the `Meter` in the `go.opentelemetry.io/otel/sdk/metric` package to accept the added `Callback` type instead of an inline function type definition.
8383
The underlying type of a `Callback` is the same `func(context.Context)` that the method used to accept. (#3564)
8484
- The callback function registered with a `Meter` from the `go.opentelemetry.io/otel/metric` package is required to return an error now. (#3576)
85+
- The exporter from `go.opentelemetry.io/otel/exporters/zipkin` is updated to use the `v1.16.0` version of semantic conventions.
86+
This means it no longer uses the removed `net.peer.ip` or `http.host` attributes to determine the remote endpoint.
87+
Instead it uses the `net.sock.peer` attributes. (#3581)
8588

8689
### Deprecated
8790

0 commit comments

Comments
 (0)