[bot] Merge master/ed73ef40 into rel/dev - #1802
Merged
Merged
Conversation
…GFUSE_BASE_URL Add pure building blocks for the Langfuse v4 migration under core/langfuse: env resolution (LANGFUSE_BASE_URL with LANGFUSE_HOST fallback), an OTLP/JSON span encoder, and the experiment root-span builder with ScoreTarget. The three existing env readers resolve their base URL through the shared helper. No call-site behaviour changes otherwise. jira: trivial risk: low
…LP export responses OTLP/JSON encodes int64 fields as decimal strings, so partialSuccess.rejectedSpans may arrive as "1"; the parser coerces it before the comparison instead of raising TypeError. The two base-URL tests compare without the trailing slash that httpx 0.27 appends, so they hold across the supported httpx range. jira: trivial risk: low
feat(gooddata-eval): Langfuse v4 foundations — OTLP encoder, experiment span builder, LANGFUSE_BASE_URL
yenkins-admin
requested review from
hkad98,
lupko and
pcerny
as code owners
September 10, 2026 07:47
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel/dev #1802 +/- ##
===========================================
+ Coverage 81.86% 82.01% +0.14%
===========================================
Files 277 280 +3
Lines 20016 20208 +192
===========================================
+ Hits 16387 16574 +187
- Misses 3629 3634 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Automated PR to perform merge from master into rel/dev with changes up to ed73ef4 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/34451683036).