Move AWS change log entry to semconv section (#122)

This commit is contained in:
Joao Grassi 2023-06-20 13:59:58 +02:00 committed by GitHub
parent 156f9424fe
commit 98db625e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,6 @@ release.
## Unreleased
- Updated AWS Java Lambda guidance - using system properties.
### Semantic Conventions
- Add GCP Bare Metal Solution as a cloud platform
@ -89,3 +87,5 @@ release.
- Change `server.address` and `server.port` requirement levels on HTTP server metrics
from `required` to `opt_in`.
([#109](https://github.com/open-telemetry/semantic-conventions/pull/109))
- Updated AWS Java Lambda guidance - using system properties.
([#27](https://github.com/open-telemetry/semantic-conventions/pull/27))