Change8

v4.8.3

Breaking Changes
📦 datadog-sdkView on GitHub →
1 breaking🐛 1 fixes🔧 1 symbols

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.

⚠️ Breaking Changes

  • 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. 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.

🐛 Bug Fixes

  • Removed http.status_code tags from Azure CosmosDB spans, using db.response.status_code metric instead.

Affected Symbols