RE: https://en.osm.town/@amapanda/116137039112062611
Any recommendations for how to turn my #logs into some #metrics that my #Prometheus server can injest? Some alternative to #mtail? (this problem aside, it looked like a dead project for a while)
RE: https://en.osm.town/@amapanda/116137039112062611
Any recommendations for how to turn my #logs into some #metrics that my #Prometheus server can injest? Some alternative to #mtail? (this problem aside, it looked like a dead project for a while)
@amapanda I was using #grok, but it's 6y unmaintained. To me #Loki is not an option, because when I tried to implement #awstats like stats in #prometheus (or loki) + grafana, the problem was the cardinality explosion based on path (even if you just bundle them by app or verb), or on client IP, or on user agent string (not that it makes any sense these days).
I'm thinking of writing a python script to export logs to a SQL db and use #grafana directly to do the queries against that.