I'm curious about what tools people are actually using for application monitoring right now. We have a combination of services running on Kubernetes, alongside a few old VMs that never got migrated. I'm trying to understand how others are effectively tracking performance and errors without getting overwhelmed by endless dashboards and alerts that no one pays attention to. Currently, we're piecing together a couple of open-source tools, but honestly, it feels like I spend more time managing the monitoring setup than I do on the application itself. What solutions are working for you? Do you prefer integrating various tools, or is it better to go with an all-in-one platform? I'd love to hear about the pros and cons you've experienced.
5 Answers
We've been using self-hosted Signoz for a while now, and it's pretty solid! If you stick to OpenTelemetry, you'll find that a lot of options open up for you.
We simply use Prometheus alongside Alertmanager. It gives us a straightforward way to handle metrics and alerts without too much hassle.
I often work with Grafana dashboards supported by InfluxDB or Prometheus. Lately, I’ve also been exploring OpenTelemetry to see how it fits into our setup.
Lately, I've been trying KloudMate combined with OpenTelemetry which has had some fantastic AI-driven issue detection and troubleshooting capabilities. Really impressed with it so far!
I’ve heard good things about Elastic APM, especially since it's essentially built on OpenTelemetry now. It's worth checking out if you're looking for streamlined solutions.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically