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

[Core feature] Observability: expose Flyte runtime metrics #3272

Closed
2 tasks done
cosmicBboy opened this issue Jan 25, 2023 · 1 comment
Closed
2 tasks done

[Core feature] Observability: expose Flyte runtime metrics #3272

cosmicBboy opened this issue Jan 25, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cosmicBboy
Copy link
Contributor

cosmicBboy commented Jan 25, 2023

Motivation: Why do you think this is important?

Flyte performance is becoming increasingly important as users scale executions. Currently, Flyte exposes very elementary metrcis (ex. "started", "updated") without any description. This makes analysis of workflow execution performance very difficult. As a result, identifying system-level bottlenecks and implementing mitigations is extremely difficult.

Goal: What should the final outcome look like, ideally?

Flyte should expose fine-grained breakdowns of workflow, node, and task execution details. These should attribute the time spent during execution to various categories (ex. "flyte overhead", "plugin overhead", "user code", etc).

Describe alternatives you've considered

Discussion on the RFC link below may contain more information on alternative approaches.

Propose: Link/Inline OR Additional context

This work is described as "runtime metrics" in the performance observability RFC.

PRs:

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@cosmicBboy
Copy link
Contributor Author

After the 5 above PRs are merged, we need to create a new issue for the frontend work to add the runtime metrics to flyteconsole

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