dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Add metrics when history service writes activity task failed to even history #393

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

https://github.com/temporalio/temporal/blob/master/service/history/api/respondactivitytaskfailed/api.go#L124-L131

It would be imo useful to add counter metric here so that user can track how often service has failed activity for retries exhausted

dhiaayachi commented 1 month ago

Thanks for the feature request!

Right now, it's not possible to add a counter metric for failed retries but you can:

Let me know if you have any other questions!