Skip to content

Commit

Permalink
Merge pull request #33326 from mazenkhalil/otel-duration-fix
Browse files Browse the repository at this point in the history
Fix 'quarkus.otel.exporter.otlp.traces.timeout' default value
  • Loading branch information
gsmet authored May 15, 2023
2 parents de16f43 + f6c8d4e commit ce1fbbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public interface OtlpExporterTracesConfig {
* Sets the maximum time to wait for the collector to process an exported batch of spans. If
* unset, defaults to {@value OtlpExporterRuntimeConfig#DEFAULT_TIMEOUT_SECS}s.
*/
@WithDefault("10S")
@WithDefault("10s")
Duration timeout();

/**
Expand Down

0 comments on commit ce1fbbb

Please sign in to comment.