Open
Conversation
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.
User description
Fix any breaking changes if this pull request fails to deploy
Generated description
Below is a concise technical summary of the changes proposed in this PR:
This pull request introduces a suite of new API endpoints and extensive schema updates to the Galileo observability platform. Key additions include advanced search and partial query capabilities for log streams, traces, spans, and sessions, alongside dedicated endpoints for managing metric settings on runs. A new, robust workflow for validating custom code-based scorers has been implemented, supporting both simple tests and validation against actual log records. Furthermore, the data models have been significantly enhanced to capture richer LLM interaction events (such as reasoning, internal tool calls, and image generation), provide more flexible column information, and refine filtering and aggregation strategies, thereby improving the platform's analytical depth and user experience.
Modified files (3)
Latest Contributors(0)
Modified files (3)
Latest Contributors(0)
ReasoningEvent,InternalToolCall,ImageGenerationEvent,MCPCallEvent) within LLM spans. It also refines filter expression structures for improved type safety and flexibility, updates column information (LogRecordsColumnInfo) with more metadata and filtering capabilities, and adds new metric aggregation strategies (RollUpStrategy,NumericRollUpMethod,ChainAggregationStrategy). Minor adjustments to integration authentication and session logging parameters are also included.Modified files (6)
Latest Contributors(0)