deepflowio / deepflow-app

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

fix tracing_completion_api #235

Closed taloric closed 5 months ago

taloric commented 5 months ago

modifications:

  1. move L7_FLOW_SIGNAL_SOURCE_XXX from l7_flow_tracing.py to common.const.py
  2. add signal_source for all tracing_completion import app_spans
  3. fix set_relate in every network/syscall/xrequestid related map, use set_all_relate instead of it.

cherry-pick from #234