We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FLUSH_AT
FLUSH_INTERVAL
1 parent 1596ddd commit 9047253Copy full SHA for 9047253
langfuse/_client/environment_variables.py
@@ -76,15 +76,15 @@
76
.. envvar:: LANGFUSE_FLUSH_AT
77
78
Max batch size until a new ingestion batch is sent to the API.
79
-**Default value:** ``15``
+**Default value:** same as OTEL ``OTEL_BSP_MAX_EXPORT_BATCH_SIZE``
80
"""
81
82
LANGFUSE_FLUSH_INTERVAL = "LANGFUSE_FLUSH_INTERVAL"
83
84
.. envvar:: LANGFUSE_FLUSH_INTERVAL
85
86
Max delay in seconds until a new ingestion batch is sent to the API.
87
-**Default value:** ``1``
+**Default value:** same as OTEL ``OTEL_BSP_SCHEDULE_DELAY``
88
89
90
LANGFUSE_SAMPLE_RATE = "LANGFUSE_SAMPLE_RATE"
0 commit comments