lib/opentelemetry/sdk/resources/constants.rb in opentelemetry-sdk-0.17.0 vs lib/opentelemetry/sdk/resources/constants.rb in opentelemetry-sdk-1.0.0.rc1

- old
+ new

@@ -194,11 +194,11 @@ account_id: 'cloud.account.id', # A specific geographical location where different entities can run. region: 'cloud.region', - # Zones are a sub set of the region connected through low-latency links. - zone: 'cloud.zone' + # Availability zones are a sub set of the region connected through low-latency links. + availability_zone: 'cloud.availability_zone' }.freeze end end end end