Class QueryLogger


  • public class QueryLogger
    extends Object
    QueryLogger is responsible for logging query responses in a configurable fashion. Query logging can be useful to capture production traffic to assist with debugging or regression testing.
    • Constructor Detail

      • QueryLogger

        public QueryLogger​(org.apache.pinot.spi.env.PinotConfiguration config)
    • Method Detail

      • getMaxQueryLengthToLog

        public int getMaxQueryLengthToLog()
      • getLogRateLimit

        public double getLogRateLimit()