You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've configured Shinyproxy actuator endpoint, to get Usage Statistics following the official readme.
Then I've checked localhost:9090/actuator/prometheus and I've noticed that appCrash_total counter continues to show 0.0 even though I delibaretely crashed the app several times to check the setup. The crashes resulted in greying the app and stopping the app container. In the same time, other statistics like absolute_users_logged_in or startFailed_total are correct:
# HELP appCrashes_total
# TYPE appCrashes_total counter
appCrashes_total{shinyproxy_instance="5f79677a427ad7226f7a97995600a89a528e9906",shinyproxy_realm="",spec_id="myapp",} 0.0
# HELP startFailed_total
# TYPE startFailed_total counter
startFailed_total{shinyproxy_instance="5f79677a427ad7226f7a97995600a89a528e9906",shinyproxy_realm="",spec_id="myapp",} 5.0
I've double checked and I can confirm that I don't see the "This app has crashed..." screen nor any indication in shinyproxy logs. Last log is something like
Could you please advice how to make shinyproxy aware of the crashes? I'm using a setup with docker (one container per user, without preinitialization). The container is still up after the crash. I just see error message in the app container logs.
I've configured Shinyproxy actuator endpoint, to get Usage Statistics following the official readme.
Then I've checked
localhost:9090/actuator/prometheus
and I've noticed thatappCrash_total
counter continues to show0.0
even though I delibaretely crashed the app several times to check the setup. The crashes resulted in greying the app and stopping the app container. In the same time, other statistics likeabsolute_users_logged_in
orstartFailed_total
are correct:Am I missing something obvious?
My
application.yaml
:The text was updated successfully, but these errors were encountered: