huggingface / dataset-viewer

Lightweight web API for visualizing and exploring any dataset - computer vision, speech, text, and tabular - stored on the Hugging Face Hub
https://huggingface.co/docs/datasets-server
Apache License 2.0
639 stars 65 forks source link

Separate expected errors from unexpected ones in Grafana #2927

Open severo opened 1 week ago

severo commented 1 week ago

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:

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