Skip to content

Ensure exporter metrics don't get lost #3633

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

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
@tobim tobim force-pushed the topic/fix-exporter-metrics branch from 136558f to d9843ca Compare November 10, 2023 11:49
@dominiklohmann dominiklohmann merged commit 319152b into main Nov 13, 2023
@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
Development

Successfully merging this pull request may close these issues.

2 participants