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

Make possible to load yaml files in recursive directory #264

Open
jinmyeonglee opened this issue Oct 20, 2022 · 0 comments · May be fixed by #265
Open

Make possible to load yaml files in recursive directory #264

jinmyeonglee opened this issue Oct 20, 2022 · 0 comments · May be fixed by #265

Comments

@jinmyeonglee
Copy link

I want to make 1 app which is k8s cronjob to compute SLIs with a directory path.
But our sli YAML files are so a lot, so I want to make a sub directories under the root sli directory.

Like below.

slo-generator -c global-conf.yaml -f sli_configs/
sli_configs/
    product_1/
        latency.yaml
        availablity.yaml
    product_2/
        latency.yaml
        availability.yaml
@lvaylet lvaylet linked a pull request Oct 20, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant