What tools are you using for application monitoring these days?

0
8
Asked By TechyTurtle42 On

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

Answered By DataDynamo88 On

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.

Answered By AlertNinja On

We simply use Prometheus alongside Alertmanager. It gives us a straightforward way to handle metrics and alerts without too much hassle.

Answered By CloudExplorer101 On

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.

Answered By Innov8or78 On

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!

Answered By MemoryMaker9 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.