-
Notifications
You must be signed in to change notification settings - Fork 25
Persist conversation events to datadog #285
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
base: main
Are you sure you want to change the base?
Conversation
- Log events to centralized logging (Datadog) instead of writing to container filesystem via bash commands - Add run_id parameter to distinguish parallel runs - Log metadata only for large events (>64KB) to avoid size limits - Events now persist beyond pod lifetime and are queryable by run_id + instance_id This fixes two issues: 1. 'Argument list too long' errors when persisting large events 2. Loss of event data when runtime pods are killed
|
Updated to persist events via logging instead of bash commands. Changes:
Query example:Benefits:
|
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, but maybe we can make this configurable, only on when we set an environment variable?
Description
failures.
instance_id.
(e.g., Datadog).