Debug School

Ashish Shukla
Ashish Shukla

Posted on

Observability - Its practices and datatypes - Ashish

  1. What is observability?
    Ans- In current complex application environment , bare monitoring is not sufficient for application reliability, availability and sturdiness. We require to include various parameters to add along with traditional monitoring. We can call this combined stuff as observability which ensure good application health and reliability.

  2. How to practice observability?
    Ans- Observability performs the basic checks to validate the application. This will ensure all parameters are validated and problematic logs separated to perform further troubleshooting.

  3. What are the datatypes we need to collection to setup observability ?
    Ans - We need to follow MELT to setup observability.
    Monitoring, Events, Logs and Testing are all components to be consider in this.

Top comments (0)