logoalt Hacker News

ManuelKiesslingyesterday at 5:58 PM2 repliesview on HN

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“.


Replies

buryatyesterday at 6:07 PM

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

shad42yesterday at 10:58 PM

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

show 1 reply