Constant AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS

Source
pub const AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS: &str = "azure.cosmosdb.operation.contacted_regions";
Expand description

List of regions contacted during operation in the order that they were contacted. If there is more than one region listed, it indicates that the operation was performed on multiple regions i.e. cross-regional call.

§Notes

Region name matches the format of displayName in Azure Location API

§Examples

  • [ "North Central US", "Australia East", "Australia Southeast", ]