mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 23:32:55 +00:00
* chore/add-region-insert-failure-metric: Add metric for failed insert requests to region server in datanode module Signed-off-by: Lei, HUANG <mrsatangel@gmail.com> * chore/add-region-insert-failure-metric: Add metric for tracking failed region server requests - Introduce a new metric `REGION_SERVER_REQUEST_FAILURE_COUNT` to count failed region server requests. - Update `REGION_SERVER_INSERT_FAIL_COUNT` metric description for consistency. - Implement error handling in `RegionServerHandler` to increment the new failure metric on request errors. Signed-off-by: Lei, HUANG <mrsatangel@gmail.com> --------- Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>