powerha application monitor restart counter?

I have configured a custom application monitor with restart count = 3.
say the application has restarted 2 times, if the application fail 2 more times within restart interval, it will failover.
Is there any counter to tell me the recent restart count?

Thanks!!

There is no auto application start count
On your place i would updated start/stop script of application something like that

echo "`date` >> Starting this application" >> /var/log/application.log

Then you can easy review log file or write some script that will calculate number of starts in last 10 min.