Write 10 lines answers for following question. Please use 2 useful image which should be very relevant and meaningful in this context.
- What is Monitoring?
- What is observability and hows its different from Monitoring?
- What are action items for setting up observability?
Oldest comments (18)
What is Monitoring? Gathering of Metrics ( Information / data)
What is observability and hows its different from Monitoring?


Observability : Will see why the issue raised ? or why we received the failure or what caused to get the alert .
Monitoring:
It is just share to the alert information or status of the metric
Monitoring is a systematic process of collecting, analysing & using information to track it and reaching it's objectives.
Observability is assembling all fragments from logs,monitoring tools and organize them in a way which gives actionable knowledge.
Monitoring just tells us whether the system is working or not while observability tells us why it isn't working. Its a superset of Monitoring.
Action items for observability is MELT
I.e.,Melt, Events, Logs,Traces.
Monitoring is monitoring the health of infrastructure. We gather metrices for hardware and software in infrastructure and monitor the devices basis the metrices. So we have tools where we have metrices defined and which monitors the event of malfunction and disruption.

Observability allows to actively debug the system It helps us to measure the systems current state and gives greater control over complex systems.
Action Items- Metrices, Event , logs and traces.
Observability is a management strategy that helps us to understand the most relevant or core issues near the top of an operations process flow.
Monitoring is a systematic process by which we can collect and analyze data and using those we can track any program is reaching its objectives or not and we can make decisions accordingly.
For monitoring there are some sets of metrics or logs which are already defined based on that we can understand the issue.
But using observability we can debug system actively.
Action Items- Metrices, Event , logs and traces


ANS :Observability refers to the ability to understand what is happening inside a system based on the external data exposed by that system and focused on keeping the most relevant, important and core issues at or near the top of an operations. Observability tells us why the system is down, Monitoring tell us the Server is not working. Observability tells why something is wrong and monitoring tells when something is wrong, Observability is Proactive where as Monitoring is reactive. Observability reduces the duration and impact of incident and Monitoring enables Quick response.
Monitoring is based on gathering predefined sets of metrics or logs. Observability is tooling or a technical solution that allows teams to actively debug their system. Observability is based on exploring properties and patterns not defined in advance.
Monitoring

Monitoring is a process of collecting, reporting and analyzing the information.
Monitoring is the act of observing a system’s performance over time.
Monitoring technologies EX - APM
Observability
It uses the data and insights for understanding of your system, including its health and performance.
Tool we used to setup observability is Datadog, Newrelic, Splunk etc.
Monitoring is Proactive where as Observability is Reactive.
MELT is used to setup observability
M -> Metrices
E -> Events
L -> Logs
T -> Traces
What is monitoring?
What is observability and hows its different from Monitoring?
What are action items for setting up observability?