Remix.run Logo
ManuelKiessling 5 hours ago

https://github.com/dx-tooling/platform-problem-monitoring-co... could have a useful approach, too: it finds patterns in log lines and gives you a summary in the sense of „these 500 lines are all technically different, but they are all saying the same“.

shad42 26 minutes ago | parent | next [-]

very interesting, curious if there is any downside to running this at scale (compute?)

buryat 5 hours ago | parent | prev [-]

the patter matcher is interesting to also collapse log lines and compare that between runs, thank you!

In my tool I was going more of a premise that it's frequently difficult to even say what you're looking for so I wanted to have some step after reading logs to say what should be actually analyzed further which naturally requires to have some model