mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix otel defaults
This commit is contained in:
parent
22fe7705e7
commit
2e021a6203
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ class OpenTelemetry(CustomLogger):
|
||||||
endpoint=self.OTEL_ENDPOINT, headers=_split_otel_headers
|
endpoint=self.OTEL_ENDPOINT, headers=_split_otel_headers
|
||||||
),
|
),
|
||||||
max_queue_size=100,
|
max_queue_size=100,
|
||||||
max_queue_size=100,
|
max_export_batch_size=100,
|
||||||
)
|
)
|
||||||
elif self.OTEL_EXPORTER == "otlp_grpc":
|
elif self.OTEL_EXPORTER == "otlp_grpc":
|
||||||
verbose_logger.debug(
|
verbose_logger.debug(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue