Table of Contents

What is observability? What are telemetry data?

About

Observability permits the observation of the state of an application via telemetry data.

There are 3 telemetry data type (known also as dimensions or pillars)

Metrics

Metrics are:

Logs

Log are events stored in files. They are managed by an event logger.

There are 2 kinds:

They can be:

Trace

Traces logs the stack trace.

They are managed by a tracing system.

More