kinoute opened a new pull request, #2217: URL: https://github.com/apache/kvrocks/pull/2217
Following https://github.com/RocksLabs/kvrocks_exporter/pull/25, I was wondering if there is any way to automatically recalculate the db size instead of doing it manually through `dbsize scan` with the redis-cli. Because without it, the panel on the Grafana dashboard doesn't make any sense without manual intervention, same for the `info` command through the CLI or redis client. I thought it would be nice to add a cronjob that could run periodically to run this command on all namespaces to have up-to-date estimated keys number (default: disabled). This is my first PR here and in C++, I hope I didn't make any mess. -- 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]
