adk-telemetry: support Vorpal bridge schema v2 - #274
Merged
Asher Johnson Hogan (asherjh) merged 2 commits intoSep 12, 2026
Merged
Asher Johnson Hogan (asherjh) merged 2 commits into
Asher Johnson Hogan (asherjh) merged 2 commits into
Conversation
Establish the receiver contract Vorpal needs for its first telemetry shipment while ensuring authenticated landing-page sessions populate ADK tenant context. - validate schema-v2 batches, source chronology, host context, and operation UUIDs - project the fixed v2 client field set through emission, buffering, and retries - forward every envelope field through the app-only FastMCP tool boundary - initialize telemetry identity from the authenticated AgentConfiguration tenant - document the Kusto projection and cover accepted/rejected contract behavior Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c1ee87cf-b50d-4bcf-aeb4-28a3ba909c88
Align the ADK schema-v2 receiver with Vorpal's timezone-aware ISO timestamp contract so Kusto retains the source timestamp in its supplied representation. - require eventTimestamp as a timezone-aware ISO-8601 string - project the value unchanged as client_event_timestamp - update query documentation and bridge contract coverage - remove the temporary local bridge diagnostic Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c1ee87cf-b50d-4bcf-aeb4-28a3ba909c88
rebova-microsoft
approved these changes
Sep 12, 2026
Asher Johnson Hogan (asherjh)
merged commit Sep 12, 2026
4a53e95
into
release/planner-landing-page
6 checks passed
Asher Johnson Hogan (asherjh)
deleted the
users/asherj/agentconfig-telemetry-identity
branch
September 12, 2026 02:30
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.
Establishes the schema-version 2 receiver contract for Vorpal's first telemetry shipment and initializes ADK tenant context from the authenticated AgentConfiguration client.
adk.client.eventemission and buffering pathcall_toolpathTesting
python -m pytest tests/test_adk_telemetry.py tests/test_adk_mcp_report_client_events.py tests/mcp/agentconfig/test_server_contract.py tests/mcp/agentconfig/test_widget_protocol.py tests/mcp/agentconfig/test_skill_orchestration.py -qpython -m ruff check solutions/ess-maker-skills/scripts/adk_telemetry.py solutions/ess-maker-skills/src/mcp/agentconfig_landing_page/server.py tests/test_adk_telemetry.py tests/test_adk_mcp_report_client_events.py tests/mcp/agentconfig/test_server_contract.py