GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 41 forks source link

Add test case for zone resource detection on GAE standard #341

Closed aabmass closed 4 months ago

aabmass commented 4 months ago

This PR just adds a test case to verify that zone detection on GAE standard is working.

On GAE standard, the metadata server provides zone strings like projects/233510669999/zones/us15. The resource detector should return us15 in this case.