Looking for Cost-Effective Alternatives to New Relic for Monitoring

0
13
Asked By CuriousCoder123 On

I'm currently using New Relic for stats and logs, but the costs are adding up. I'm considering switching to a stack that includes Fluent Bit, OpenTelemetry, and Grafana, but I'm wondering if there are better alternatives or potential bottlenecks with this setup. Also, I'd love to hear about your experiences with these tools if you've used them. Thanks in advance!

4 Answers

Answered By SparkWizard99 On

I've used Grafana and OTel before, and if your setup includes Spark, check out Dataflint. It simplifies the monitoring of Spark jobs, helps identify slow parts, and ultimately can save you time and money.

Answered By TechSavvyGuru On

Switching from New Relic to a Fluent Bit/OTel/Grafana stack is a smart move to save on costs. Just keep in mind the hidden expenses that come with managing your own storage, like Loki or Prometheus. Handling high cardinality data by yourself can lead to performance issues compared to using a managed service.

Answered By DevOpsNinja42 On

I suggest using Vector for log shipping alongside the OTel collector for tracing. I don’t have a strong opinion on storage or querying, but it's worth considering!

Answered By LogMaster90 On

You've picked a solid stack! The Fluent Bit + OTel + Grafana combo is popular among many who want to avoid overspending for log insights. Just be aware that Fluent Bit can consume a lot of memory if you buffer too much during outages. Additionally, the OTel collector can easily become a single point of failure unless you set it up properly, which is tricky at first. If you want to simplify things, consider having Fluent Bit send data directly to Loki/Prometheus initially and add OTel later when you need more flexibility. I learned the hard way—spent hours troubleshooting logging issues due to a YAML indentation problem!

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.