5.1 KiB
5.1 KiB
Changelog
Please update changelog as part of any significant pull request. Place short description of your change into "Unreleased" section. As part of release process content of "Unreleased" section content will generate release notes for the release.
Unreleased
- Updated AWS Java Lambda guidance - using system properties.
Semantic Conventions
- Add GCP Bare Metal Solution as a cloud platform (#64)
- Clarify the scope of the HTTP client span. (#3290)
- Add moratorium on relying on schema transformations for telemetry stability (#3380)
- Mark "Instrumentation Units" and "Instrumentation Types" sections of the general metric semantic conventions as stable (#3294)
- Add clarification that UCUM c/s variant applies to all units other than
1and those using annotations. (#3393) - Specify that seconds should be used for measuring durations. (#3388)
- Change http.server.duration and http.client.duration units to seconds (#3390)
- BREAKING: Remove
messaging.consumer.id, makemessaging.client_idgeneric (#3336) - Add transition plan for upcoming breaking changes to the unstable HTTP semantic conventions. (#3443)
- Rename
net.peer.*,net.host.*, andnet.sock.*attributes to align with ECS (#3402) BREAKING: renamenet.peer.nametoserver.addresson client side and toclient.addresson server side,net.peer.porttoserver.porton client side and toclient.porton server side,net.host.nameandnet.host.porttoserver.nameandserver.port(sincenet.host.*attributes only applied to server instrumentation)net.sock.peer.addrtoserver.socket.addresson client side and toclient.socket.addresson server side,net.sock.peer.porttoserver.socket.porton client side and toclient.socket.porton server side,net.sock.peer.nametoserver.socket.domain(sincenet.sock.peer.nameonly applied to client instrumentation),net.sock.host.addrtoserver.socket.address(sincenet.sock.host.*only applied to server instrumentation),net.sock.host.porttoserver.socket.port(similarly sincenet.sock.host.*only applied to server instrumentation),http.client_iptoclient.address - BREAKING: Introduce
network.transportdefined as OSI Transport Layer or Inter-process Communication method. Introducenetwork.typedefined as OSI Network Layer or non-OSI equivalent. Removenet.transportandnet.sock.family. Renamenet.protocol.*tonetwork.protocol.*,net.host.connection.*tonetwork.connection.*, andnet.host.carrier.*tonetwork.carrier.*. (#3426) - BREAKING: Adopt ECS attributes in HTTP semantic conventions.
Renames:
http.methodtohttp.request.method,http.status_codetohttp.response.status_code,http.request_content_lengthtohttp.request.body.size,http.response_content_lengthtohttp.response.body.size,http.urltourl.full,http.schemetourl.scheme, and removeshttp.targetbreaking it down tohttp.targettourl.path,url.query, andurl.fragment. (#3355) - Add
gcp.cloud_run.job.executionandgcp.cloud_run.job.task_idresource attributes for GCP Cloud Run Jobs (#3378) - Specify second unit (
s) and advice bucket boundaries of[]forprocess.runtime.jvm.gc.duration. (#3458) - Specify the value range for JVM CPU metrics. (#13)
- Clarify
process.runtime.jvm.threads.countrefers to platform threads. (#54) - Add
gcp.gce.instance.nameandgcp.gce.instance.hostnameresource attributes for GCP Compute Engine VMs. (#15) - Add note that HTTP duration metrics should match HTTP span duration. (#69)