wu-sheng commented on code in PR #886: URL: https://github.com/apache/skywalking-banyandb/pull/886#discussion_r2592850716
########## docs/operation/fodc.md: ########## @@ -0,0 +1,294 @@ +# FODC + +FODC is a monitoring tool for BanyanDB containers that polls Prometheus metrics and records them in a flight recorder for analysis. Review Comment: ```suggestion FODC is a monitoring tool for BanyanDB containers that uses various toolings to measure and profile database node performance, including 1. Scrape Prometheus metrics and record them in a flight recorder for analysis. 2. Use profiling(e.g., eBPF) tools to measure performance from OS perspective. 3. Snapshot database node memory and runtime(e.g., goroutine) status for further analysis. ``` -- 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]
