6 ms·
How does this compare to Loki?
by bbu 3y ago
How does this compare to Loki?
- podoman 3y agoIn isolation (just our logging product), Loki is comparable. It would be interesting to do a benchmark on Loki and see what a comparison looks like. Beyond logging, we do session replay and error monitoring and tie all of these things together.
- mekster 3y agoI think what matters is the interface. A clean interface to read structured logs in table view than throw raw text at the user like many products do and nice way to filter them. Loki + Grafana isn't really good for log viewing at all. I use Metabase to read logs sent to ClickHouse which gives far nicer interface.
- podoman 3y agoWhoa. Didn't know folks did that. I always thought of metabase as BI tool, but the table UI is quite nice.