quickwit-oss / quickwit-oss/quickwit

Fix the object_storage_get_errors_total metric

Open
#5,799 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Rust
Stars
11.7k
Forks
597
Avg merge
2d 22h
Merged PRs (30d)
37

Description

Describe the bug
It seems the error metric is only recorded on the last retry and doesn't record errors that occur during a download.

Expected behavior
I want to count all errors (for all retries), errors that occur during the download, and not only service errors (include timeouts, internal...)

Configuration:
Main

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the definition and recording sites for the object_storage_get_errors_total metric in the Rust codebase, then trace retry and download error handling. Verify that all retry and download errors, including timeouts and internal errors, are counted rather than only the final service error.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cloud, observability
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.