How frequently do you find issues in production environments?

0
11
Asked By CuriousCoder42 On

I'm curious about how often you all discover problems in your software once it goes live. What strategies do you have in place for identifying these issues, and how do you get alerted when something goes wrong?

2 Answers

Answered By TechieTommy On

We rely on Prometheus along with Alertmanager for alerts. Whenever there's an issue, Alertmanager notifies our team through Slack, which helps us respond quickly.

Answered By DebugMaster99 On

I use Datadog's watchdog alerts for each service we run. It automatically alerts the specific engineering team responsible, allowing them to debug, roll back, or fix issues through CI as needed.

QueryNinja -

Does the alert provide a stack trace, or is it just sending an error log?

SmartSpender -

If you're looking to manage costs, have you considered using open-source solutions like otel or signoz?

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.