-
Notifications
You must be signed in to change notification settings - Fork 6
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
Top n
unhandled exceptions and (if available) code file + line number
#568
Comments
@aaronsteers it sounds like this might be similar to #492. We do get exception data but its not in a useful form as of today so I cant easily pull this. I'd need to build some dbt models to parse these exceptions/line numbers. If we wanted an ad hoc query approach I can see that most broken pipes are coming from these as the lowest level in the traceback:
Is that what youre looking for? With a bit more work I could probably detect the last file/line where the package was meltano vs a dependency. |
@pnadolny13 - The above might be sufficient, actually... it looks like great info on top n customer-impacting Meltano failures. Can you provide context for the above, such as to confirm if these raw counts of the lowest level stack traces? Can you tell what the time period is - for instance all time vs 3 months? And how can we iterate on the above? Is there a SQL query or report that generated the above output? |
@aaronsteers cool yeah that was just an example to see if thats what you were looking for. That is for
I'm parsing it to get the last line in the array and grouping by the
|
@pnadolny13 - Related to knowing how to prioritize this item
and this general theme:
are you able to generate a stack-ranked report of the highest frequency exceptions raised by Meltano in telemetry?
I guess it's a two part question:
If yes to 1 but no to 2, then perhaps someone on the engineering team could assist in pulling the data.
Thanks in advance!
The text was updated successfully, but these errors were encountered: