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

[FEATURE] Enhance provisioning progress field #385

Open
amitgalitz opened this issue Jan 8, 2024 · 0 comments
Open

[FEATURE] Enhance provisioning progress field #385

amitgalitz opened this issue Jan 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@amitgalitz
Copy link
Member

Is your feature request related to a problem?

Currently the provisioning_progress field projects the status of the provisioning just based on absolute terms (https://github.com/opensearch-project/flow-framework/blob/main/src/main/java/org/opensearch/flowframework/model/ProvisioningProgress.java#L15)

What solution would you like?

In the future we can possibly give more details here like start and end time for each step and other info.

What alternatives have you considered?

We can also not expand on this field and just provide more information with each resource created, this way we don't have potentially repetitive information for each step. However some steps might not create a resource in which they wont be tracked in other wise.

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

No branches or pull requests

2 participants