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

Filtered highlight errors in log stores to only recent errors #130

Open
wants to merge 2 commits into
base: entin/highlights-summary
Choose a base branch
from

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    6f50c48 View commit details
    Browse the repository at this point in the history
  2. Filtered highlight errors in log stores to only recent errors

    The highlighted errors can often contain red herrings in the form of old errors that aren't relevant to the issue that was seen just prior to filing the bug report. While some errors can have downstream effects much later, I've found that more often than not an older error message is unrelated and simply adds noise.
    
    This filters out error messages that are older than 1 hour from the highlighted errors. The time interval is configurable, so developers can adjust as appropriate for their app's behavior.
    NickEntin committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    673cd9d View commit details
    Browse the repository at this point in the history