Skip to content

Commit aec8685

Browse files
authored
Merge pull request #32581 from Channyboy/31753-reduceTimeoutDuration
Explicitly set (lower non default) timeout for open telemetry exporter
2 parents 9783d67 + d2b2a7e commit aec8685

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)