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

fix: ExecutionTimeRecorder to work when no label for LabeledHistogram #1674

Merged
merged 4 commits into from
Aug 30, 2023

Conversation

jachro
Copy link
Contributor

@jachro jachro commented Aug 28, 2023

Apparently, ExecutionTimeRecorder was logging an error in a case when it was supposed to work with a LabelledHistogram but no label. This was recognised as a potential misconfiguration. However, the new ProjectSparqlClient allows such cases as it's possible to pass to it both named and non-named SPARQL queries.

Eike, I hope you don't mind my tweaks here and there but I just wanted to make the code a bit less dense.

closes #1673

@jachro jachro requested a review from a team as a code owner August 28, 2023 10:25
Copy link
Member

@eikek eikek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jachro jachro merged commit 96f1875 into development Aug 30, 2023
13 checks passed
@jachro jachro deleted the 1673-ExecutionTimeRecorder-no-label branch August 30, 2023 15:57
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.

No label sent for a Labeled Histogram sparql_execution_times
2 participants