Add missing entry to change log (#5437)

This commit is contained in:
Trask Stalnaker 2022-02-24 03:02:08 -08:00 committed by GitHub
parent 9f00cf38d5
commit 39d9f4b14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@
([#5328](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5328)) ([#5328](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5328))
- Add net.peer.name and net.peer.port attributes for grpc client span - Add net.peer.name and net.peer.port attributes for grpc client span
([#5324](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5324)) ([#5324](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5324))
- Split lambda instrumentation into core and events
([#5326](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5326))
- Add jaeger remote sampler to agent - Add jaeger remote sampler to agent
([#5346](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5346)) ([#5346](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5346))
- Weak cache optimization - Weak cache optimization