We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26d2cf commit 80adbe1Copy full SHA for 80adbe1
azure-resources/src/main/java/io/opentelemetry/contrib/azure/resource/AzureMetadataService.java
@@ -33,7 +33,7 @@ public class AzureMetadataService {
33
34
private AzureMetadataService() {}
35
36
- private static final Duration TIMEOUT = Duration.ofSeconds(1);
+ private static final Duration TIMEOUT = Duration.ofSeconds(5);
37
38
private static final Logger logger = Logger.getLogger(AzureMetadataService.class.getName());
39
0 commit comments