Change8

Migrating to Datadog SDK v4.8.3

Version v4.8.3 introduces 1 breaking change. This guide details how to update your code.

Released: 5/11/2026

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

azure_cosmos

Breaking Changes

Issue #1

The http.status_code tags are removed from Azure CosmosDB spans and replaced with the db.response.status_code metric. Customers using ddtrace v4.8.0 relying on the http.status_code tag of cosmosdb.query spans will need to update their monitoring queries.

Migration Steps

  1. 1
    Update monitoring queries to use the db.response.status_code metric instead of the http.status_code tag for Azure CosmosDB cosmosdb.query spans if you were on ddtrace v4.8.0.

Release Summary

This release updates Azure CosmosDB span tagging by replacing the http.status_code tag with the db.response.status_code metric, which constitutes a breaking change for users relying on the old tag.

Need More Details?

View the full release notes and all changes for Datadog SDK v4.8.3.

View Full Changelog