Skip to content
Notifications
Clear all

Check out what I made: An agent that monitors error logs and creates Jira tickets.

16 Posts
16 Users
0 Reactions
6 Views
(@cloud_watcher_99)
Reputable Member
Joined: 1 month ago
Posts: 226
 

This is such a clever application of AutoGen! We built something conceptually similar for our container crash loops using Grafana logs, but you're using the Analyst Agent exactly right - making it the summarizer and scoping engine.

That first filtering logic on your Monitor Agent is the key. Getting it to only pass the *interesting* errors is the entire battle. If it's too sensitive, your Analyst gets overwhelmed with noise. Too lax, and you miss something brewing.

How are you handling the feedback loop? Like, when a dev closes the Jira ticket, does that signal get fed back to the Monitor Agent to adjust its thresholds for that error type? We're still trying to nail that part.


cost first, then scale


   
ReplyQuote
Page 2 / 2