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

Expose query response statistics #66

Open
nizarhejazi opened this issue Feb 20, 2023 · 0 comments
Open

Expose query response statistics #66

nizarhejazi opened this issue Feb 20, 2023 · 0 comments

Comments

@nizarhejazi
Copy link

nizarhejazi commented Feb 20, 2023

Expose query response stats in pinot-dbapi including:

  • NumServersQueried
  • NumServersResponded
  • NumSegmentsQueried
  • NumSegmentsProcessed
  • NumSegmentsMatched
  • NumConsumingSegmentsQueried
  • NumDocsScanned
  • NumEntriesScannedInFilter
  • NumEntriesScannedPostFilter
  • NumGroupsLimitReached
  • TotalDocs
  • TimeUsedMs
  • MinConsumingFreshnessTimeMs
  • NumSegmentsPrunedByBroker

Can we also expose all broker metrics here:
https://docs.pinot.apache.org/configuration-reference/monitoring-metrics#pinot-broker

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

No branches or pull requests

1 participant