Constant AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS
pub const AZURE_COSMOSDB_OPERATION_CONTACTED_REGIONS: &'static str;Available on crate features
opentelemetry and semconv_experimental only.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", ]