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
Right now we haven't done a comprehensive overview of metrics and error handling for the ingestor (and associated pipeline steps like post_process and eventstream). We should:
Ensure metric consistency in our new ingestor pipeline with our current processing pipeline
Make sure that all new code pathways fail gracefully
a. Error handling where appropriate
b. Invalid payloads are rejected with helpful error messages and don't cause unhandled internal errors
Set up SLO's for existing event and transaction processing with an eye towards occurrence SLO's
The text was updated successfully, but these errors were encountered:
Right now we haven't done a comprehensive overview of metrics and error handling for the ingestor (and associated pipeline steps like
post_process
andeventstream
). We should:a. Error handling where appropriate
b. Invalid payloads are rejected with helpful error messages and don't cause unhandled internal errors
The text was updated successfully, but these errors were encountered: