Skip to content

Commit edd9043

Browse files
lahsivjargizas
andauthored
adding queuebatch (#372)
Signed-off-by: Andreas Gkizas <[email protected]> Co-authored-by: Andreas Gkizas <[email protected]>
1 parent 5d9062c commit edd9043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/otelinmemexporter/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ func createMetricsExporter(
5656
// Disable Timeout/RetryOnFailure and SendingQueue
5757
exporterhelper.WithTimeout(exporterhelper.TimeoutConfig{Timeout: 0}),
5858
exporterhelper.WithRetry(configretry.BackOffConfig{Enabled: false}),
59-
exporterhelper.WithQueue(exporterhelper.QueueConfig{Enabled: false}),
59+
exporterhelper.WithQueue(exporterhelper.QueueBatchConfig{Enabled: false}),
6060
)
6161
}

0 commit comments

Comments
 (0)