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

Add Seek Latency Telemetry #2735

Merged
merged 6 commits into from
Apr 1, 2024
Merged

Commits on Mar 27, 2024

  1. Add Seek Latency Telemetry

    Added the ability to track the latency of `WebMediaPlayer` actions to the existing `MediaMetricsProvider` class, and instrumented `Seek` as the first action.
    
    Added basic unit tests for the new code.
    
    b/329439521
    
    Change-Id: Icbbfd0da148e48d2137da7662b91e6e2d52de590
    at-ninja committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6f280ce View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Remove 'Other' histogram

    Change-Id: I4486d0fa7bcdc31ba12a549040e886044c53eeef
    at-ninja committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a8a9952 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflict

    Change-Id: Ife49b0a7d40b809caf0f389a4230038dc8f6042e
    at-ninja committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3778615 View commit details
    Browse the repository at this point in the history
  3. Resolving merge conflicts

    at-ninja committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d1b56d5 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into seek-latency-metrics

    Change-Id: If3ef45925049a43ee190e1bd65bdeae638d5d526
    at-ninja committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    81d9e33 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into seek-latency-metrics

    Change-Id: I4b1dc77751492846342a1c724f39f1b259d0eaae
    at-ninja committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d5ffbd7 View commit details
    Browse the repository at this point in the history