Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate FDG automatically? #3

Closed
humanlee1011 opened this issue Aug 24, 2022 · 1 comment
Closed

How to generate FDG automatically? #3

humanlee1011 opened this issue Aug 24, 2022 · 1 comment

Comments

@humanlee1011
Copy link

Hi,

The paper states that "We construct FDGs automatically, which is necessary because FDGs are complex and dynamic (e.g., in microservice systems, pods are dynamically created and deleted), based on the call and deploy- ment component relationships. ". But I notice that FDG has been constructed previously in datasets. Could you please provide some instructions on how to generate FDG by your codes?

@lizeyan
Copy link
Member

lizeyan commented Aug 24, 2022

A,B,C三个系统不管是调用关系还是部署关系都是固定的,所以我们就直接写死了。对于D系统,调用关系也是固定的,我们就分析了一下trace中服务的调用关系,写死在了https://github.com/lizeyan/train-ticket/blob/master/FDG_data_collection/graph.yml 这里;对于部署关系,我们再通过这个脚本去每次动态补充https://github.com/lizeyan/train-ticket/blob/master/FDG_data_collection/run_collect_metrics.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants