v1.24.0
This release marks JVM metrics stable.
Breaking
- Update
jvm.gc.duration
histogram buckets to[ 0.01, 0.1, 1, 10 ]
(#317) - BREAKING: Change type of
host.cpu.model.id
andhost.cpu.model.family
to string. (#499) - Changed
messaging.system
attribute type to an open enum (#517) - Rename metrics
jvm.memory.usage
tojvm.memory.used
andjvm.memory.usage_after_last_gc
tojvm.memory.used_after_last_gc
(#536) - BREAKING: Change
event.name
definition to includenamespace
and removeevent.domain
from log event attributes. (#473) - BREAKING: Change
system.disk.io.direction
andsystem.network.io.direction
to global attributesdisk.io.direction
and network.io.direction`
(#530) - BREAKING: Change
messaging.kafka.partition
tomessaging.kafka.destination.partition
(#547)
Features
- Adds
labels
attribute tok8s.pod
resource (#494) - Change Erlang managed thread attribute to be the Erlang process (#491)
- Add gcp_pubsub as a messaging system (#490)
- Adds
annotation
attribute tok8s.pod
resource (#494) - Add
code.stacktrace
attribute (#435) - Add
http.flavor
andhttp.user_agent
to list of deprecated attributes (#503) - Add Semantic conventions for TLS/SSL encrypted communication. (#21)
- Add
messaging.gcp_pubsub.message.ordering_key
attribute. (#528) - Define how to set
process.runtime.name
,process.runtime.version
,process.runtime.description
for .NET runtime. (#561) - Add
db.instance.id
attribute. (#345) - Add messaging metrics (#163)
- Add .NET 8.0 metrics for HTTP client, ASP.NET Core, SignalR server and Kestrel. (#283)
- Add system shared IO direction attributes (#530)
- JVM metrics marked stable (#569)
- Add attribute for k8s pod annotations (#573)
- Replace AWS X-Ray Environment Span Link section with AWS X-Ray Active Tracing Considerations (#354)
Fixes
- Remove misleading pluralization wording related to count metrics (#488)
- Remove no longer relevant Oct 1 mention from
OTEL_SEMCONV_STABILITY_OPT_IN
(#541) - Update stability definitions of HTTP client and server duration metrics to be consistent with markdown. (#587)
- Use
deprecated
property to mark attributes as deprecated instead ofstability
(#588)
Full Changelog: v1.23.1...v1.24.0