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

Distinguish error codes in storage failure metrics #216

Closed
1 of 13 tasks
EngHabu opened this issue Mar 20, 2020 · 1 comment
Closed
1 of 13 tasks

Distinguish error codes in storage failure metrics #216

EngHabu opened this issue Mar 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@EngHabu
Copy link
Contributor

EngHabu commented Mar 20, 2020

Motivation: Why do you think this is important?
Storage package publishes Head, Read and Write failures but the metric doesn't distinguish between errors when the file isn't found or when there is a more systemic error (e.g. credentials not found) so they are hard to use to debug/diagnose issues.

Goal: What should the final outcome look like, ideally?
The 3 metrics emitted by the storage package should be tagged with the error code.

Describe alternatives you've considered
N/A

Flyte component

  • Overall
  • Flyte Setup and Installation scripts
  • Flyte Documentation
  • Flyte communication (slack/email etc)
  • FlytePropeller
  • FlyteIDL (Flyte specification language)
  • Flytekit (Python SDK)
  • FlyteAdmin (Control Plane service)
  • FlytePlugins
  • DataCatalog
  • FlyteStdlib (common libraries)
  • FlyteConsole (UI)
  • Other

[Optional] Propose: Link/Inline
N/A

Additional context
N/A

Is this a blocker for you to adopt Flyte
N/A

@EngHabu EngHabu added enhancement New feature or request untriaged This issues has not yet been looked at by the Maintainers labels Mar 20, 2020
@EngHabu EngHabu self-assigned this Mar 20, 2020
@EngHabu
Copy link
Contributor Author

EngHabu commented Mar 20, 2020

v0.3.3

@EngHabu EngHabu closed this as completed Mar 20, 2020
@kumare3 kumare3 added this to the 0.2.0 milestone Mar 30, 2020
@kumare3 kumare3 removed the untriaged This issues has not yet been looked at by the Maintainers label Mar 30, 2020
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
* Fix branch compiler

* cleanup

* fix tests

* clean up

* lint

* docs

* cleanup

* revert config change

* avoid recompiling subworkflows

* Also limit execution edges from start node

* PR Comments

* revert config.yaml

* Use a smaller test file
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
* add support for batchScheduler

Signed-off-by: Miguel <[email protected]>

* upd test

Signed-off-by: Miguel <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
* Update fast_registration.py

* update fast registration (flyteorg#216)

Signed-off-by: Samhita Alla <[email protected]>

* Modify TOC and add a mechanism to consider RST files  (flyteorg#218)

* update fast registration

Signed-off-by: Samhita Alla <[email protected]>

* modified TOC and added a mechanism to consider RST files

Signed-off-by: Samhita Alla <[email protected]>

* updated conf.py

Signed-off-by: Samhita Alla <[email protected]>

* modified TOC

Signed-off-by: Samhita Alla <[email protected]>

* edit fast registration (flyteorg#219)

Signed-off-by: Samhita Alla <[email protected]>

* Edit fast_registration.rst (flyteorg#220)

* edit fast registration

Signed-off-by: Samhita Alla <[email protected]>

* removed unnecessary RST file

Signed-off-by: Samhita Alla <[email protected]>

* Fix conflicts in flyteorg#213 (flyteorg#230)

Signed-off-by: Samhita Alla <[email protected]>

* Revert "Fix conflicts in flyteorg#213 (flyteorg#230)" (flyteorg#231)

This reverts commit 525fbbcfb8828ac2e0b6d75d637455bcff1b9d21.

Co-authored-by: Samhita Alla <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
Signed-off-by: Pianist038801 <[email protected]>

Co-authored-by: Pianist038801 <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
* Added flags for local images in sandbox

Signed-off-by: Yuvraj <[email protected]>

* debug

Signed-off-by: Yuvraj <[email protected]>

* Added pull policy in sandbox

Signed-off-by: Yuvraj <[email protected]>

* fix pflag manually

Signed-off-by: Yuvraj <[email protected]>

* more changes

Signed-off-by: Yuvraj <[email protected]>

* Allow setting ImagePullPolicy in cmd line (flyteorg#218)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* fix test

Signed-off-by: Yuvraj <[email protected]>

* Fix docs for ImagePullPolicy values

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 9, 2023
* Fix branch compiler

* cleanup

* fix tests

* clean up

* lint

* docs

* cleanup

* revert config change

* avoid recompiling subworkflows

* Also limit execution edges from start node

* PR Comments

* revert config.yaml

* Use a smaller test file
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
* add support for batchScheduler

Signed-off-by: Miguel <[email protected]>

* upd test

Signed-off-by: Miguel <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Apr 30, 2024
* Added flags for local images in sandbox

Signed-off-by: Yuvraj <[email protected]>

* debug

Signed-off-by: Yuvraj <[email protected]>

* Added pull policy in sandbox

Signed-off-by: Yuvraj <[email protected]>

* fix pflag manually

Signed-off-by: Yuvraj <[email protected]>

* more changes

Signed-off-by: Yuvraj <[email protected]>

* Allow setting ImagePullPolicy in cmd line (flyteorg#218)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* fix test

Signed-off-by: Yuvraj <[email protected]>

* Fix docs for ImagePullPolicy values

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
austin362667 pushed a commit to austin362667/flyte that referenced this issue May 7, 2024
* Added flags for local images in sandbox

Signed-off-by: Yuvraj <[email protected]>

* debug

Signed-off-by: Yuvraj <[email protected]>

* Added pull policy in sandbox

Signed-off-by: Yuvraj <[email protected]>

* fix pflag manually

Signed-off-by: Yuvraj <[email protected]>

* more changes

Signed-off-by: Yuvraj <[email protected]>

* Allow setting ImagePullPolicy in cmd line (flyteorg#218)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* fix test

Signed-off-by: Yuvraj <[email protected]>

* Fix docs for ImagePullPolicy values

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this issue Jul 2, 2024
* Added flags for local images in sandbox

Signed-off-by: Yuvraj <[email protected]>

* debug

Signed-off-by: Yuvraj <[email protected]>

* Added pull policy in sandbox

Signed-off-by: Yuvraj <[email protected]>

* fix pflag manually

Signed-off-by: Yuvraj <[email protected]>

* more changes

Signed-off-by: Yuvraj <[email protected]>

* Allow setting ImagePullPolicy in cmd line (flyteorg#218)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* fix test

Signed-off-by: Yuvraj <[email protected]>

* Fix docs for ImagePullPolicy values

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
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