Jackie-Jiang opened a new pull request, #11838:
URL: https://github.com/apache/pinot/pull/11838
- Separate server query log and metric emitting into a separate class:
`ServerQueryLogger`
- Allow logging query and emitting metric for GRPC request and multi-stage
leaf stage
- Bugfixes:
- Add `numResizes` into prometheus config
- Change `resizeTimeMs` to be a meter instead of gauge
- Configuration change:
- `pinot.server.query.log.maxRatePerSecond` to replace the deprecated
`pinot.query.scheduler.query.log.maxRatePerSecond` (backward compatible)
- `pinot.server.query.log.droppedReportMaxRatePerSecond` to configure the
dropped log report frequency
# Release Notes
New config added for server:
- `pinot.server.query.log.maxRatePerSecond`: query log max rate (QPS,
default 10K)
- `pinot.server.query.log.droppedReportMaxRatePerSecond`: dropped query log
report max rate (QPS, default 1)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]