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?
Top comments (18)
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.
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.
What is monitoring?
What is observability and hows its different from Monitoring?
What are action items for setting up observability?
1.Monitoring is the process to gather metrics about the operations of an IT environment's hardware and software to ensure everything functions as expected to support applications and services.
2.Observability is the advancement of Monitoring, getting deeper in to the metrics we have.
for example, through monitoring we can get the current state of a device, by obserbability we can fetch , how long the device was in that state.
3.Action items for observability is MELT
Melt, Events, Logs,Traces.
Monitoring is a process of collecting, analyzing data and information to improve the performance In work.
Observability is that it is the use of external data outputs to understand the internal state of a system it is use of logs, metrics and distributed traces to understand the state of a complex software system..
Major elementary keywords are:
Metrics
Events
Logs
Traces
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
Gathering of Metrics Data (Availability, Performance & Capacity)
Observability relies on telemetry. Its been based on the data it generates such as logs, Metrics & traces.It has multiple cloud infrastructure component & container, open-source tool, Microservice records.
Metrics
Events
Logs
Trace
Monitoring set up helps us to keep a tab on Infrastructure services to ensure everything is working as expected and any abnormality is reported in form of an alerting.
While Monitoring tells us there is a issue, Observability tells us why & where the issue is, thus helps in faster resolution with less trouble shooting.
Action items for setting up observability is MELT : Metrics, Events, Logs, Trace .
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.