...
/Backtrace, Counter, Association, Flow, Interval
Backtrace, Counter, Association, Flow, Interval
This lesson introduces the following analysis patterns: backtrace, counter value, data association, data flow, and data interval.
We'll cover the following...
Backtrace
Usually, when we analyze traces and find an anchor message or error message, we backtrack using a combination of data flow and message sets. Then we select the appropriate log messages to form a backtrace, which can lead to a possible root cause message.
Counter value
This pattern covers performance monitoring and its logs. Counter value is some variable in memory—for example, module variable memory analysis ...