You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like, let's say we scan the logs and find some log lines as above... then what? Rewriting them to a different file in the support bundle seems superfluous, as the person analyzing the support bundle can just grep directly and see the logs in context.
Also, looking at log text is fragile, since we often tweak or change the logs as we modify the code. If there is some specific kind of error we want to care about, we should make it a metric and report it up thru Coderd.
Part of #12160
Given that we have access to agent logs in coder support bundles, we can now scan the agent logs for potential issues.
Potential strings to scan for and alert on:
NOTE: The above is a sample list; there may be more definitely interesting strings or patterns.
The text was updated successfully, but these errors were encountered: