morningman opened a new pull request, #41216:
URL: https://github.com/apache/doris/pull/41216

   We already have some metric on FE to record the number of saving or pushing 
image failure events.
   Such as:
   ```
   doris_fe_image_push{type="failed"} 0
   doris_fe_image_push{type="success"} 0
   ```
   But it is a counter and hard to monitor them if user want to send alert when 
failure.
   
   Actually, this kind of event-driven alert is better be done using log.
   So I add some warning log for these failure.
   So that use can monitor the log and send alert when failure


-- 
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]

Reply via email to