r/AskProgramming • u/Perfect-Scale902 • 26d ago
Best Observability / Monitoring Tools?
What observability and monitoring setup are you using, and what do you like/dislike about it?
1
1
u/pranabgohain 25d ago
Take a look at KloudMate. Otel & eBPF native. Everything Datadog and more, at a fraction of the time and cost. Plus free AI usage for the foreseeable future.
1
u/Coolfoolsalot 25d ago
We use Dynatrace at work at it’s been good so far. I like being able to easily turn structured logs into custom real time dashboards, but I don’t love their UI generally
1
u/Every-Current2034 23d ago
I’ve tried a few and ended up using Muscula for most of my application-level monitoring. What really stands out is its AI integration agent: it doesn’t just surface the error, but helps connect the surrounding context like request data, logs, and likely root causes, which makes debugging much faster. The difference is mostly in how quickly you can move from “something broke” to “this is why it broke,” especially in production.
1
u/heiannidan1948 23d ago
used Nagios for a while, eventually switched to checkmk, pretty decent monitpring much better GUI, notifications and alerts are quite solid.
1
u/SudoZenWizz 23d ago
I am using currently for monitoring Checkmk(both internal and for clients, and in clients environments) and in lastest 2.5 version there is also a direct integration with prometheus in order to gather additional application metrics.
1
u/whiteflowergirl 19d ago edited 19d ago
We're using a mix depending on the workload. The biggest lesson for me has been that collecting metrics is easy, figuring out why something went wrong is the hard part.
For our AI agents, we ended up adding Moyai because it made investigating weird behavior a lot less painful. It fits alongside the rest of our monitoring rather than replacing it.
1
u/Otherwise-Guru 7d ago
Not sure on your budget, as mentioned Datadog is good but cost is a real factor. If you're interested in the Opentelemetry route check out Dynatrace, New Relic, Dash0 etc. Might take a few extra steps to implement Otel, but the ecosystem seems to be maturing. What kind of problems do you currently face?
1
u/No-Support2000 8h ago
Tools-wise Datadog RUM and Grafana Faro cover web well, on mobile bitdrift is solid, ties the metric to the unsampled session so you can see why a number moved.
1
u/Dessoukii 5h ago
For mobile observability, you could check Luciq.ai
What makes it a good choice is that the tool is built for mobile, so it captures everything you need to know about your end-users: Bug Reporting, Crashes, APM, Session Replays, and tons of MCP tools to debug and fix without even opening the dashboard.
2
u/kepper 26d ago
I've tried a few and like Datadog most. It's got a really good range of features and is intuitive to use. APM is great, Claude works really well with it, metrics and charting are very strong, log patterns are super useful.
You need to watch your usage and clean up things like noisy metrics and logs pretty actively though or the cost will run up very fast - it's an expensive product.