Source: https://www.youtube.com/watch?v=dfpGU9al_i4 Merger of 2 open source standards: Open Tracing Open Census Types of data Tracing Made of spans. Spans represent the work being done by a sub-component of a service. Name Start timestamp End timestamp Attributes These are predefined depending on the technology Http: http.method http.status_code Database db.type db.instance db.statement Messaging messaging.system messaging.destination Metrics ..
Category : Observability
1: Introduction 2: What is Observability? Observability is a measure of how well internal states of a system can be inferred from knowledge of its external outputs. i.e. Understand what is going on internally based on what you can see externally. (Kind of a fancy word for “Monitoring”) Telemetry data (aka Signals): Logs Traces Metrics ..
Recent Comments