Skip to content

Commit 138ecf6

Browse files
Changed: config (#14)
1 parent 278852a commit 138ecf6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

publish/open-telemetry.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@
144144
],
145145
],
146146

147+
'otlp_http' => [
148+
'pool' => [
149+
'min_connections' => 3,
150+
'max_connections' => 30,
151+
'connect_timeout' => 0.1,
152+
'wait_timeout' => 0.1,
153+
],
154+
],
155+
147156
'instrumentation' => [
148157
'enabled' => env('OTEL_INSTRUMENTATION_ENABLED', true),
149158

0 commit comments

Comments
 (0)