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

[Parse incomplete chunks 8/9] Add prometheus metrics for bytes rendered unparseable before gap #1793

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benkilimnik
Copy link
Member

Summary: Adds metric to keep track of the number of bytes rendered unparseable due to the presence of a gap (i.e. the bytes we discard because we can't process the incomplete chunk). This is used in a future PR to lazily parse up until the gap only if we know there is a gap coming (to avoid masking unrelated errors).

Type of change: /kind feature

Test Plan: Tested that metrics work in a bpf test introduced in # and that they show up in BigQuery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant