Giter VIP home page Giter VIP logo

deepflow-app's Introduction

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:

  • a single request for Event data.
  • a single response to Event data.
  • A session event data, this type of data conforms to the basic definition of Span-like data.

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

  • Query all related Flow Log Events based on _id.
    • Use tcp_seq to query net spans.
    • Query sys span using syscall_trace_id.
    • Query app span(APM) data with trace_id, span_id, parent_span_id, x_request_id.
  • Merge request and response data into seesion data and construct Span-like data.
  • Sort the merged data and build Span-like data that conforms to the call stack.

Others

For details, please refer to here

deepflow-app's People

Contributors

lyootsz avatar xiaochaoren1 avatar nick-0314 avatar chenmudu avatar songzhen0704 avatar ericsssss avatar sharang avatar zhangzujian avatar numachen avatar taloric avatar xiaoping378 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.