zddr commented on PR #55617: URL: https://github.com/apache/doris/pull/55617#issuecomment-3306537499
> 1. add `sql_cache_total_search_times` metric, sql_cache_total_search_times = COUNTER_SQL_CACHE_HIT + COUNTER_SQL_CACHE_NOT_HIT > 2. `COUNTER_SQL_CACHE_NOT_HIT` should increment when `tryParseSql` return empty result @924060929 question1:not suggest add `sql_cache_total_search_times` metric, Prometheus can config it by COUNTER_SQL_CACHE_HIT + COUNTER_SQL_CACHE_NOT_HIT question2:resolved -- 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]
