Skip to content

Commit d2b2a7e

Browse files
committed
Explicitly set timeout for exporter
1 parent f138fff commit d2b2a7e

File tree

1 file changed

+1
-0
lines changed
  • dev/io.openliberty.http.monitor_fat/fat/src/io/openliberty/http/monitor/fat

1 file changed

+1
-0
lines changed

dev/io.openliberty.http.monitor_fat/fat/src/io/openliberty/http/monitor/fat/FATSuite.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public static WebArchive setTelProperties(WebArchive archive, LibertyServer serv
7777
server.addEnvVar("OTEL_TRACES_EXPORTER", "none");
7878
server.addEnvVar("OTEL_LOGS_EXPORTER", "none");
7979
server.addEnvVar("OTEL_METRIC_EXPORT_INTERVAL", "1000");
80+
server.addEnvVar("OTEL_EXPORTER_OTLP_TIMEOUT", "4000");
8081
return archive;
8182
}
8283
}

0 commit comments

Comments
 (0)