Application - Trace

Card Puncher Data Processing

About

A trace is a tree of log that is aimed to follow a request inside one or more system.

They provide end-to-end visibility into requests, giving you a user-centric view of performance and exposing opportunities for optimization.

Structure

The structure of a tree node in a trace is:

  • timestamp
  • request id
  • system id
  • message (textual)

Documentation / Reference

Enhanced Debugging with Traces





Discover More
Card Puncher Data Processing
Code Design - Request

A request is a command send to a service that should send back a response. This is the basic block of computing where application sends request to each other continously. The request is also generally...
Card Puncher Data Processing
Computer Monitoring / Operational Intelligence / Real Time Monitoring

Computer Monitoring / Operational Intelligence / Real Time Monitoring Monitoring is the process of defining metrics and alerts in order to respond to a performance degradation where the acceptable level...
Card Puncher Data Processing
Monitoring Platform

Monitoring platform provides one or more monitoring services such as: Metrics management Log management Trace Management and other monitoring service such as visualization and ticketing. They...
Card Puncher Data Processing
What is observability? What are telemetry data?

Observability permits the observation of the state of an application via telemetry data. There are 3 telemetry data type (known also as dimensions or pillars) (in-memory metrics) (event file logging)...



Share this page:
Follow us:
Task Runner