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:

Creating a NuGet Package Feed to Host Artifacts

Step-by-Step Guide: Creating a NuGet Package Feed to Host Artifacts 🔹 Step 1: Create a C# Class Library and Generate NuG...

Recent Post