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

Ensure exporter metrics don't get lost #3633

Merged
merged 3 commits into from Nov 13, 2023
Merged

Conversation

tobim
Copy link
Member

@tobim tobim commented Nov 10, 2023

Before this change metrics from the exporter were not sent in case the exporter itself hit a completion condition (either by shipping the requester number of events or hitting a timeout), while the database was still able to provide more results.

We solve the issue by moving the complete metrics reporting into a code path that is guaranteed to be called once.

@tobim tobim added the bug Incorrect behavior label Nov 10, 2023
@dominiklohmann dominiklohmann merged commit 319152b into main Nov 13, 2023
42 checks passed
@dominiklohmann dominiklohmann deleted the topic/fix-exporter-metrics branch November 13, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior
Projects
None yet
2 participants