v1.34.0
🛑 Breaking changes 🛑
-
all
: Convert deprecated text to structured format. (#2047)
This is a breaking change from the schema perspective, but does not change anything for instrumentations or the end users. It breaks compatibility with the (old) code generation tooling. Please use weaver to generate Semantic Conventions markdown or code. -
feature_flag
: Move the evaluated value from the event body to attributes (#1990) -
process
: Require sensitive data sanitization forprocess.command_args
andprocess.command_line
(#626)
💡 Enhancements 💡
docs
: Document system-specific naming conventions (#608, #1494, #1708)gen-ai
: Addgen_ai.conversation.id
attribute (#2024)all
: Renames allresource.*
groups to beentity.*
(#2244)
Part of open-telemetry/opentelemetry-specification#4436aws
: Added new AWS attributes for various services including SQS, SNS, Bedrock, Step Functions, Secrets Manager and Kineses (#1794)cloud
: Broadencloud.region
definition to explicitly cover both resource location and targeted destination. (#2142)network
: Stabilizenetwork.transport
enum valuequic
. (#2275)
🧰 Bug fixes 🧰
db
: Fix thedb.system.name
attribute value for MySQL which was incorrectly pointing tomicrosoft.sql_server
. (#2276)
New Contributors
- @AsakerMohd made their first contribution in #1794
- @SrdjanLL made their first contribution in #2238
- @bgrainger made their first contribution in #2276
Full Changelog: v1.33.0...v1.34.0