Thread pool usage dashboard doesnt have data
Hi,
I have couple of questions, please let me know if you want me to split them into different issues.
1.) In Application server dashboard (Kibana), i see no data collected for thread pool usage by application. I have executed several pages of demo site through the day and rest of the charts have data, only thread pool usage shows empty. This is for spring pet clinic demo application. Any idea on this issue?
2.) How can i use stage monitor for scheduler threads? Is there any options available to instrument scheduler process?
3.) With respect to alerts, where should i configure 'TO' email address. I have read below link, but i am not sure https://github.com/stagemonitor/stagemonitor/wiki/Alerting
Is it below field? stagemonitor.alerts.subscriptions
thanks
- I'll have a look
- Which scheduler are you using? See also https://github.com/stagemonitor/stagemonitor/wiki/Configuration-Options#monitor-scheduled-tasks
- Yes, it's subscriptions
- Quartz scheduler
Hi Felix, you can write a some example for configure stagemonitor.alerts.subscriptions?
Is a JSON but cannot known the structure.
stagemonitor.alerts.subscriptions = { "email": "[email protected]" } ??
Its not intended to be configured manually, use the in-browser-widget for that.
OK yes. I try to configure the browser widget, but I do not know what value I should enter. Could you indicate me with an example?
Thank you
Does this help you: https://github.com/stagemonitor/stagemonitor/wiki/Alerting#manage-subscriptions? If not, please create a separate issue.
I create a separate issue.