Observability Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Logs= =Metrics= =Traces=")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Logs=
=Internal=
=Metrics=
* [[Observability#Subjects|Observability]]
=Traces=
=Overview=
Observability is the art of understanding the dynamic state of your systems, service and infrastructure. Observability data consists of [[#Metric|metrics]], [[#Trace|traces]], [[#Logs|logs]], metadata, exceptions and even real-time events. Observability analysis leverages machine learning and heuristic techniques to generate insights from data.
 
=<span id='Log'></span>Logs=
{{Internal|Logging#Overview|Logging}}
 
=<span id='Metric'></span>Metrics=
{{Internal|Prometheus_Concepts#Metrics|Prometheus Metrics}}
==Aggregated Metrics==
Not all metrics are stored.
==Raw Metrics==
All metrics are stored, so individual events can be identified.
 
=<span id='Trace'></span>Traces=
{{Internal|Tracing|Tracing}}
 
=Language Support=
{{Internal|Go Observability|Go Observability}}

Latest revision as of 21:44, 3 January 2024

Internal

Overview

Observability is the art of understanding the dynamic state of your systems, service and infrastructure. Observability data consists of metrics, traces, logs, metadata, exceptions and even real-time events. Observability analysis leverages machine learning and heuristic techniques to generate insights from data.

Logs

Logging

Metrics

Prometheus Metrics

Aggregated Metrics

Not all metrics are stored.

Raw Metrics

All metrics are stored, so individual events can be identified.

Traces

Tracing

Language Support

Go Observability