chore: merge release v2.6.1 to main - #6543
Closed
adk-bot wants to merge 8 commits into
Closed
Conversation
Co-authored-by: adk-bot <223368873+adk-bot@users.noreply.github.com>
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 956611754
Introduce logic to group sequential ADK CLI execution logs under a single logical tracking session if they are launched within the same terminal shell session and within a 1-hour activity window. Key changes: - Associate session tracking with the parent process ID (PPID) of the launching terminal shell. - Manage sessions locally under a sessions storage file. - Prune active session records idle for more than an hour to prevent size growth. - Add comprehensive suite of unit tests verifying metrics collection, sequence tracking, and pruning behaviors. Co-authored-by: Lucas Kang <lucaskang@google.com> PiperOrigin-RevId: 956189218
…rvers and log successful exit code upon routine teardown - Refactors the telemetry tracking in TelemetryGroup to support early recording for adk web and adk api_server. - Server duration was previously tied to the total time the server was online until termination, and an intentional Ctrl+C termination would falsely log a KeyboardInterrupt crash. - Servers can manually dispatch telemetry with precise startup times and exit statuses, ensuring accurate startup profiling metrics while eliminating false-positive crash alerts on routine teardown. - Adds unit tests verifying early-logging safety nets and exception bubbling. Co-authored-by: Lucas Kang <lucaskang@google.com> PiperOrigin-RevId: 957214033
- Detect whether standard output is connected to an interactive terminal by registering a new is_tty dimension in the collector environment schema. - Allows filtering and analyzing human user sessions separately from automated scripts, cron jobs, and CI/CD pipelines Co-authored-by: Lucas Kang <lucaskang@google.com> PiperOrigin-RevId: 957254560
copybara-service Bot
pushed a commit
that referenced
this pull request
Jul 31, 2026
Merge #6543 Syncs version bump and CHANGELOG from release v2.6.1 to main. Co-authored-by: Kathy Wu <wukathy@google.com> PiperOrigin-RevId: 957363323
Collaborator
Author
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.
Syncs version bump and CHANGELOG from release v2.6.1 to main.