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

Add metrics showing the number of events evaluated #2138

Open
wants to merge 10 commits into
base: integration
Choose a base branch
from

Conversation

foster33
Copy link
Collaborator

@foster33 foster33 commented Oct 17, 2023

Save statistics for the total number of events we evaluate for a given query including the number rejected, and returns that information to the webservice.

This PR closes #2096
Related to Datawave query metric service pr # 20

@ivakegg
Copy link
Collaborator

ivakegg commented Nov 22, 2023

To be able to test this I had to set some properties in the QueryLogicFactory.xml which I think we should go ahead and add in this PR: web-services/deploy/configuration/src/main/resources/datawave/query/QueryLogicFactory.xml

  •    <property name="collectQueryMetrics" value="true" />
    
  •    <property name="logTimingDetails" value="false" />
    
  •   <property name="collectQueryMetrics" value="true" />
    
  •   <property name="collectTimingDetails" value="true" />
    
  •    <property name="logTimingDetails" value="true" />
    

@foster33 foster33 changed the title WIP : DW-issue-2096: Add metrics showing the number of events evaluated Add metrics showing the number of events evaluated May 13, 2024
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.

Add metrics showing the number of events evaluated
3 participants