deepflowio / deepflow-app

GNU Affero General Public License v3.0
12 stars 10 forks source link

[app] resort net-span in the same tcp_seq #225

Closed taloric closed 5 months ago

taloric commented 6 months ago
  1. resort net-span when in the same tcp_seq group
  2. add ProcessSpanSet to organize sys span and app span
  3. modify network to NetworkSpanSet to organize sys span and net span
  4. link ProcessSpanSet and NetworkSpanSet
  5. recalculate service metrics( duration statistics)
taloric commented 5 months ago

memo: this PR remove a reponse_status handling, see: https://github.com/deepflowio/deepflow-app/pull/225#discussion_r1582605694

related code: https://github.com/deepflowio/deepflow-app/blob/f55bd45f582f25f4a558266f23312fba30d304b0/app/app/application/l7_flow_tracing.py#L1717