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

UI: Gracefully handle stat errors #4833

Merged
merged 6 commits into from
Nov 9, 2018

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    022573a View commit details
    Browse the repository at this point in the history
  2. Gracefully handle response errors in stat trackers

    1. Check if the response is a 4xx/5xx
    2. If it is, skip the append step and track a frame miss
    3. If enough frame misses occur in a row, treat it as a pause
    
    A "pause" is when a null data frame is added, which shows up as a
    gap in line charts.
    DingoEatingFuzz committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    9f98029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0a1a36 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    333e76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95821e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    b5348aa View commit details
    Browse the repository at this point in the history