Skip to content

SUPESC-1127 added timeout default configuration#45

Open
gechetspr wants to merge 1 commit into
masterfrom
bugfix/supesc-1127-otel-transport-timeout
Open

SUPESC-1127 added timeout default configuration#45
gechetspr wants to merge 1 commit into
masterfrom
bugfix/supesc-1127-otel-transport-timeout

Conversation

@gechetspr

Copy link
Copy Markdown
Contributor

$timeout = getenv(static::OTEL_EXPORTER_OTLP_TRACES_TIMEOUT);

if ($dtEnabled === false) {
$timeout = 1000;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can move it to const. Just a suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants