open-telemetry / semantic-conventions

Defines standards for generating consistent, accessible telemetry across a variety of domains
Apache License 2.0
282 stars 175 forks source link

Cosmos DB: Added regions_contacted as new dimension #1525

Closed sourabh1007 closed 1 day ago

sourabh1007 commented 3 weeks ago
Dimensions Tag/dimension name Sample value Description
db.cosmosdb.regions_contacted "North Central US,Central US", "East US 2,North Central US" It would help us to identify if operation call was cross regional or single regional calls
Metrics Name Unit Type Description
db.cosmosdb.operation.count {operations} counter Total number of executed operations. This metric will help assess the success and failure rates of operations and identify patterns in case of failures.

ref. https://github.com/open-telemetry/semantic-conventions/pull/1438 and https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-cosmos/docs/Metrics.md

Merge requirement checklist