Search This Blog

Tuesday, 28 July 2020

Logs VS Traces


Logging Distributed Tracing
Shows the state from the system's point of view. Shows the state from use action's point of view.
Shows events and their meaning. Shows execution path and performance.
Helps with System administration. Help with software debugging.
Readable by humans. Processed by specialized software.

Note: Trace A visualization of the life of a request as it moves through a distributed system.

1 comment:

API Authentication

Reference · Identity & Access API Authentication Methods Four common ways a client proves who it is to a server, ord...

Recent Post