litellm/tests/logging_callback_tests/langfuse_expected_request_body
yucheng 58c913eca3 fix(langfuse): propagate trace_metadata as trace-level attributes in v4
v2 wrote trace(metadata=...) onto the trace object. In v4 the trace only
carries what the observations propagate, so a continuation request with
update_trace_keys=["trace_metadata"] updated the generation's metadata
while the trace kept its stale values. Coerce each entry to the SDK's
string limit and hand it to propagate_attributes(metadata=...).

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-17 02:04:01 +00:00
..
completion.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
completion_with_bedrock_call.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
completion_with_complex_metadata.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
completion_with_langfuse_metadata.json fix(langfuse): propagate trace_metadata as trace-level attributes in v4 2026-09-17 02:04:01 +00:00
completion_with_no_choices.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
completion_with_router.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
completion_with_tags.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
completion_with_tags_stream.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
completion_with_vertex_call.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
complex_metadata.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
complex_metadata_2.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
embedding_with_vllm.json Add JSON exact match test for vLLM embeddings 2026-02-26 16:49:34 +05:30
empty_metadata.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
metadata_with_function.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
metadata_with_lock.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
nested_metadata.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
simple_metadata.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
simple_metadata2.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00
simple_metadata3.json feat(langfuse): honour caller generation ids and assert v4 OTLP exports in legacy tests 2026-09-17 02:04:01 +00:00