🚩 Deprecations 🚩
docs: Add a generic signal requirement level document and deprecate the metric-specific one.
(#3810, #3278)
💡 Enhancements 💡
-
azure: Addazure.resource_group.nameattribute for the name of the Azure resource group the resource belongs to and document thatcloud.account.idmaps to the Azure subscription ID. (#3697, #3708) -
cicd: Promote CI/CD span, metric, log, attribute, and entity conventions torelease_candidate(#3674, #3675, #3677) -
db: Clarifydb.operation.batch.sizesemantics for database batch operations, including multi-operand operations, parameterized operation batch APIs, and empty batches.
(#3811) -
db: Promote Oracle Database connection attributes to release candidate so the RCdb.oracledb.clientspan does not reference lower-stability attributes. (#3753) -
disk, network, system: Promote disk.io.direction, network.io.direction, and system.paging.fault.type attributes to RC (#3796)
Thenetwork.io.directionbrief was updated based on review feedback to clarify that
it describes traffic at the observing interface boundary and is not intended to represent
logical connection or network flow direction. -
otel: Clarify that theotel.span.sampling_resultattribute ofotel.sdk.span.livecan only take valuesRECORD_ONLYandRECORD_AND_SAMPLE, notDROP, since the metric does not count non-recording spans.
(#3782) -
process: Promote process metrics and entity to release_candidate (#3041) -
rpc: Clarify how to populateserver.addressandserver.portfor Dubbo consumers using service discovery. (#3408) -
schema: Add registry manifest. (#3824) -
telemetry: Addkotlinas a value for thetelemetry.sdk.languageattribute. (#3552) -
vcs: Promote VCS attribute, entity, and metric conventions torelease_candidate(#3676)
🧰 Bug fixes 🧰
db: Align Oracle Databasedb.query.textguidance with other SQL database conventions. (#3790)
Parameterized query text is now recommended to be collected by default, while
query parameter values remain opt-in.
New Contributors
- @kathiehuang made their first contribution in #3722
Full Changelog: v1.42.0...v1.43.0