Observability Concepts

From NovaOrdis Knowledge Base
Revision as of 20:43, 22 December 2023 by Ovidiu (talk | contribs) (→‎Traces)
Jump to navigation Jump to search

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

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