Skip to content

v1.24.0

Compare
Choose a tag to compare
@reyang reyang released this 15 Dec 18:51
· 341 commits to main since this release
cafda71

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 and host.cpu.model.family to string. (#499)
  • Changed messaging.system attribute type to an open enum (#517)
  • Rename metrics jvm.memory.usage to jvm.memory.used and jvm.memory.usage_after_last_gc
    to jvm.memory.used_after_last_gc (#536)
  • BREAKING: Change event.name definition to include namespace and remove event.domain from log event attributes. (#473)
  • BREAKING: Change system.disk.io.direction and system.network.io.direction to global attributes disk.io.direction and network.io.direction`
    (#530)
  • BREAKING: Change messaging.kafka.partition to messaging.kafka.destination.partition (#547)

Features

  • Adds labels attribute to k8s.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 to k8s.pod resource (#494)
  • Add code.stacktrace attribute (#435)
  • Add http.flavor and http.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 of stability (#588)

Full Changelog: v1.23.1...v1.24.0