Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telemetry(amazonq): measure e2e latency for amazon q requests #5566

Merged
merged 2 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. telemetry(amazonq): Measure e2e latency for amazon q requests

    Problem:
    - We can't measure e2e how long a chat request takes
    
    Solution:
    - Plumb the trace id through to the webview -> vscode -> webview. This allows us to know exactly what is happening to a message and how long everything took to get there
    - chat e2e latency can be linked with the other telemetry events via the traceId
    jpinkney-aws committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e7bd8a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. improve docs

    jpinkney-aws committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1fe948c View commit details
    Browse the repository at this point in the history