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

Separate expected errors from unexpected ones in Grafana #2927

Open
severo opened this issue Jun 19, 2024 · 0 comments
Open

Separate expected errors from unexpected ones in Grafana #2927

severo opened this issue Jun 19, 2024 · 0 comments
Labels

Comments

@severo
Copy link
Collaborator

severo commented Jun 19, 2024

We should never have: UnexpectedError, PreviousStepFormatError

Also: some error should be temporary: PreviousStepNotReady, etc.

Instead of one chart with the three kinds of errors, we should have:

  • one with the expected errors
  • one with the transitory errors
  • one with the unexpected errors

By the way, I think we could create intermediary classes (ExpectedError, UnexpectedError, TransitoryError), so that it's clear which error pertains to which category

@severo severo added P2 Nice to have error handling labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant