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:
Refresh the shared
api.typessurface so it exposes the log-stream search, trace/session query/count, and metric-setting endpoints that orchestrate ingestion and observability flows with the new pagination, partial results, and presigned URL flags. Align thecomponentsschemas with the extended multimodal integration, scorer, file, annotation, and metric metadata that underpin the validation, metric roll-up, and MCC/trace reporting pipelines.componentsdefinitions (multimodal configs, integration metadata, scorer defaults, metric roll-up strategies, annotation aggregates, file metadata, new rating/error models, event telemetry, etc.) that back the new integration, scorer validation, metric color/rollup, and multimodal scoring features in telemetry and validation flows. Mention that the schema growth enables richer UI/SDK experiences (files, annotations, multimodal modalities, standard errors, metric settings request/response, validated task results, and more) referenced by the new endpoints.Modified files (1)
Latest Contributors(2)
Modified files (2)
Latest Contributors(1)
pathsentries expose log-stream search (search_log_streams, pagination filters), metric-setting CRUD, and the rich trace/session query/count endpoints (including partial search/count variants and presigned URL flags) to support the trace ingestion/search flow as well as those observability APIs that consume richer data. This also covers the counts/queries that now serve sessions, spans, traces, and log streams with pagination controls, new experiment search endpoints, and the added log stream search route so every changed request fits into the log/trace ingestion and monitoring flow.Modified files (1)
Latest Contributors(2)