deepflowio / deepflow-app

GNU Affero General Public License v3.0
11 stars 9 forks source link

Deepflow-App

DeepFlow-app is based on the DeepFlow visibility platform, providing the ability to call the link trace function

Background and premise

DeepFlow stores the details related to system calls and network calls in Log Event format, and there are three kinds of data according to the Flow type classification:

So, here is to convert the existing Flow Log Event into Span-like data, that is: merge the request and response data in the flow type into the seesion data, and merge and sort with the session data belonging to the same call, and convert it into a call Span-like data in stack order.

How to construct Span-like data

Others

For details, please refer to here